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?

Community
  • 1
  • 1
michaeluskov
  • 1,729
  • 7
  • 27
  • 53

0 Answers0