Re: [Codestriker-user] Issues in the 1.9.2 unicode version
Brought to you by:
sits
|
From: <wa...@ne...> - 2006-05-31 04:06:18
|
Hi David Some information for you, I changed the :utf8 to :gb2312 in SubmitNewTopic.pm file(line 191, 192) 191 binmode $temp_topic_fh, ':gb2312'; 192 binmode $temp_error_fh, ':gb2312'; Now the cvs diff can be displayed correctly. it's a hard-coded solution, maybe you can think how to change this in = your code. Ps. Adding Chinese comments are still not supported, always stop on "receiving response..." step, and the comments cannot be put into the database. Hertz -----Original Message----- From: David Sitsky [mailto:si...@us...]=20 Sent: 2006=C4=EA5=D4=C231=C8=D5 7:22 To: Hertz Wang =CD=F5=BB=B3=D6=BE Cc: cod...@li... Subject: Re: [Codestriker-user] Issues in the 1.9.2 unicode version > Thank you for your so quick improvement! I downloaded and tried it=20 > again, it works fine when I upload topic text, all the Chinese=20 > characters are rendered correctly, but it doesn't work when I compare=20 > 2 different cvs version, all the Chinese characters are still not = right. This is an interesting question actually - when you do a CVS diff, what encoding is the text output as? Is it gb2312 or is it utf8? Perhaps if = you can email me an example diff, that would be helpful. Cheers, David |