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:[EMAIL PROTECTED] Sent: 2006年5月31日 7:22 To: Hertz Wang 王怀志 Cc: [email protected] Subject: Re: [Codestriker-user] Issues in the 1.9.2 unicode version > Thank you for your so quick improvement! I downloaded and tried it > again, it works fine when I upload topic text, all the Chinese > characters are rendered correctly, but it doesn't work when I compare > 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
_______________________________________________ Codestriker-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/codestriker-user
