From: Arno P. <ar...@pu...> - 2011-04-30 16:44:47
|
On 4/30/11 1:55 AM, Panayotis Katsaloulis wrote: > Is this the first step to produce unicode strings in xmlvm? > :-D yes. Look in file constant_pool.c that gets generated for an application. It contains all the referenced string encoded as a list of short that represent the default charset encoding. I described what is missing in another post (about the Charset). Arno |