Commit 899209a
committed
---IMPORTANT CHARACTER SET NOTE---
It is critical that all development work in Java2Script
be done in UTF-8. This means:
- making sure your Exclipse project is set up for UTF-8 (not the Eclipse
default?)
- making sure your server can serve up UTF-8 by default for any
browser-loaded files
- making sure you don't edit a Java2Script class file or one of the site
.js files
using a non-UTF-8 editor. It may replace non-Latin characters with "?"
or garbage.
In particular, the Mandarin character 秘 (mi; "secret") is used
extensively throughout
the SwingJS class files to distinguish j2s-specific fields and methods
that must not
ever be overridden by subclasses. As in java.lang.Thread.java:
public static JSThread 秘thisThread;1 parent d010462 commit 899209a
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
4 | 24 | | |
5 | 25 | | |
6 | 26 | | |
| |||
0 commit comments