2008/9/9 hawaii.wine wong hawaii.wine@gmail.com:
Hi there,
I am a Chinese programmer. I have a problem here with "wine" As we know "wine" is able to convert unicode to GB2312-- but weirdly, I just found out that when the input content is already GB2312, "wine" automatically mistakes it for unicode and therefore attempts to convert it again—and of course it gets a wrong output.
I thought "wine" could recognize GB2312 input and knows this input needs no conversion.
"wine" is a bit too vague to make any sense to anyone, so could you answer a few questions: Where is the data being input - a builtin app like notepad, or a 3rd party app? How is the data being input - keyboard, clipboard, file or network and if not a builtin app, which APIs are being used? What OS are you running? What does the typing "locale" in a terminal output?