Unicode UTF-16

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unicode UTF-16

1,189 Views
Remix
Contributor I
has someone of you ever managed with this?
I encuontered problems both with UTF-8 (cause the graphic library that I use cannot accept a well'formed UTF-8 file)
and with UTF16 : the IDE can't manage it, but it seems to me that also the command line compiler cannot recognize it
 
I have the CodeWarrior IDE 5.9.0 for ColdFire, I develop on CF 5235
Labels (1)
0 Kudos
1 Reply

323 Views
stanish
NXP Employee
NXP Employee
Hello Remix,

Unfortunately, current CodeWarrior IDE doesn't support Unicode. CodeWarrior based on Eclipse IDE will be able to display UTF-8 characters correctly.

UTF-16  characters may include chars e.g. binary zeros char (0x00) which have special meaning in C-language. So the source code that including such a string may not be possible to compile.

Stanish
 
0 Kudos