Unicode UTF-16

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Unicode UTF-16

1,676件の閲覧回数
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
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

810件の閲覧回数
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 件の賞賛
返信