1

Possible Duplicate:
Javascript, write to txt file save as UNICODE

I have a problem with writing to a TextStream char with code more than 127.

Example:

a.WriteLine(String.fromCharCode(130));

will return error. But

a.WriteLine(String.fromCharCode(65));

will write A. What is the problem?

4

0 回答 0