OK. How to set all in utf-8? I put in content-type of all pages "<meta... content charset=utf-8....> and not works.
While saving your JS file (which contains these special chars) you must specify the encoding for the file. For example in Notepad's "Save As..." dialog, there is a combo box on the bottom labeled "Encoding". You can select UTF-8 over there. Most of the text editors have this basic functionality.
Last edited by Skeleton; 6 Jun 2007 at 4:29 AM.
Reason: typo
While saving your JS file (which contains these special chars) you must specify the encoding for the file. For example in Notepad's "Save As..." dialog, there is a combo box on the bottom labeled "Encoding". You can select UTF-8 over there. Most of the text editors have this basic functionality.