Problem with character encoding from usenet?

J

Jane A Taber

I am developing a usenet client in c# and have stubled upon character
encoding issues.

this is what the string should look like in usenet client:

"关于TransactionScope事务的问题...急。"

this it what i receive from usenet server:

"¹ØÓÚTransactionScopeÊÂÎñµÄÎÊÌâ...¼±¡£ "

I know it is not Q-encoding or B-encoding.

Can someone please tell me how to decode the message soo it can be
displayed correct?

click link below to se related headers:
http://img513.imageshack.us/my.php?image=headersvi5.jpg
 
M

Mihai N.

How do you get the text and from where?
It looks like Simplified Chinese (GB1232, windows-936), but quite damaged.
No idea what damaged it. How did you get the sceen-shot? Your application?
How do you get the stream? Did you specify somewhere that is it utf-8?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top