Hi Eike,

On Thursday, 2008-03-20 20:55:34+0800,Eike wrote:
>Whatever encoding you used to insert that character, your mailer didn't
>declare it, so I just see a sequence of garbled characters. Assuming
>that's utf-8 it indeed would be a downwards arrow, U+2193
>Of course not, since that is not an ASCII value, so you can't use
>RTL_CONSTASCII_STRINGPARAM and AppendAscii. Use the Unicode value
>instead, which would also simplify things to
>aNew.Insert( 0x2193, position);

Thank you very much! 
I have tried this method above, it can work well. :)

Best Regards,

maoyg
2008.03.21

Reply via email to