Palm programming (displaying different char-set)

D

dickyho

I am now makeing use of Code Warrior to build an application. I ve
finished developing the whole interface. But now I need to transform
the application to a Chinese version (using Big5).
How can I achieve this? It seems that CodeWarrior doesn't support
Big5. Should I import any library? Thx for answering my question!
 
P

Peter Pichler

I am now makeing use of Code Warrior to build an application. I ve
finished developing the whole interface.

That's nice.
But now I need to transform
the application to a Chinese version (using Big5).
How can I achieve this? It seems that CodeWarrior doesn't support
Big5. Should I import any library? Thx for answering my question!

Well, the answer you are going to get here is "we don't know".
Ask where Code Warrior or Big5 is topical.

Peter
 
M

Malcolm

I am now makeing use of Code Warrior to build an application. I ve
finished developing the whole interface. But now I need to transform
the application to a Chinese version (using Big5).
How can I achieve this? It seems that CodeWarrior doesn't support
Big5. Should I import any library? Thx for answering my question!
Unfortunately ANSI C is based on the English character set. There will be
libraries available for Chinese, but there is no standard, and no standard
way of calling them.
If you use any string-handling functions then expect them to break when the
string is translated into Chinese. Really if you are going to translate your
UI into an oriental language you need to plan for this before you write the
English version, separating all the English-language strings out and
handling them internally using methods that will support both English and
Chinese.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,310
Messages
2,571,602
Members
48,419
Latest member
EstelaCout

Latest Threads

Top