Japonese Character

sidival

New Member
Hi Everbody,

I'm try to do a programm that keep in the database japonese character, but didnt work, I created a fill and try to copy by a translator to this fill-in, but only show thew null character "?".
I tried to reinstall the openedge and install de japonese set but didnt work either.
Is there a way to keep japonese character in database and show it in a fill-in ?


At.te
Sidival
 

Cringer

ProgressTalk.com Moderator
Staff member
You'll need to make sure the database and all clients use a character set that supports the Japanese characters.
 

sidival

New Member
Hi Cringer,

My doubts

I tried simply taking a freshly formatted computer and installing progress full on it with the Japanese language option checked, and creating a program doing an update in a field, but nothing happened, it seems to me that you have to put some progress command in the program to it understands that Japanese characters will be accepted, am I correct? If so, do you have an example of an update that accepts the Japanese character? It might just be like:

def var cjapanese as char.

update c-japanese.
message c-aponese view-as alert-box.

Thank you.
 
Top