I saw the below info from SDK docs. but I try it failed. The makesis always return:
mydemo.pkg(10) : error: invalid UNICODE character value.
I try to change the pkg file format to ANSI, UTF8,UNICODE. All failed.
Does this work on symbian 3rd ? or not?
All PKG and text files parsed by makesis may be in either UTF8 or UNICODE format. UTF8 text is converted to UNICODE when creating a UNICODE SIS file. Both little-endian and big-endian UNICODE files may be used; automatic conversion is performed by makesis as appropriate.
Characters may be included within strings using an escape syntax. The following examples from a package-header add a "™" symbol to the end of the application name (for decimal and hexadecimal respectively):
#{"MyApp"<153>}, ...
#{"MyApp"<0x99>}, ...
A numeric character code should be specified outside any double quotes and enclosed by "<" and ">" characters.




