--
Hi,all
if i wirte
string str =
"\u6570\u636e\u 5e93\u64cd\u4f5 c\u95ee\u9898\u ff0c\u8bf7\u60a 8\u91cd\u65b0\u 7
67b\u5f55\uff01 ";
dotNet can recognize as unicode ,and when i console.write() it , it can
show right chinese words.
but if i read this sentence from TextBox,dotNet will add @ , like str=
@"\u6570..." ;
When i console.write() ,i only can see "\u6570..." but not chinese words.
So,
is there any way to convert the string added @ to normal string ?
or i have to write a function to read every char and re-write to another
string ?
thx very much
Best Regards,
Yang,Jun yangj@blrcsv.ch ina.bell-labs.com
Comment