/[suikacvs]/www/test/html/script/charset/script-1.jssrc
Suika

Contents of /www/test/html/script/charset/script-1.jssrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Feb 17 11:28:34 2007 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
First version of test suite

1
2 var s = '\x81\x40';
3
4 document.write ('<p>');
5 for (var i = 0; i < s.length; i++) {
6 document.write ('<code>');
7 document.write (s.charCodeAt (i).toString (16).toUpperCase ());
8 document.write ('</code> ');
9 }
10 document.write ('</p>');

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24