User forums > Using Code::Blocks

can type unicode character in C:B?

<< < (2/2)

takeshimiya:
Ok, I thought that as tinyxml supported STL strings it would support wchar_t, making an easy replace by wxString (as wxString supports most of the syntax of the STL strings).

Better wait for tinyxml support of wide characters then.

rickg22:
But Remember! TinyXML still supports the &nnnn; character "format"! This might be an elegant workaround... transforming all weird characters to the numeric entities format, and then encode them using TinyXML.

However, that's a job for the wxSmith devs.

cyberkoa:
some update , the support for Unicode for Western language seems ok , I tried with spanish word espaƱol , it is correctly saved in XML file with numeric entities format.

However, Eastern language with graphical character such as Chinese 中文 and Japanese にほんご  face the problem, word is totally not saved (the latest wxSmith CVS)

Still need some time to further explore the problem.

Navigation

[0] Message Index

[*] Previous page

Go to full version