差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン | |||
| study:java:encoding [2009/05/27 02:22] – banana | study:java:encoding [2009/05/27 02:23] (現在) – banana | ||
|---|---|---|---|
| 行 48: | 行 48: | ||
| else if (65293 <= c && c <= 65370){ | else if (65293 <= c && c <= 65370){ | ||
| s2 = s2 + String.fromCharCode(c - 65248); | s2 = s2 + String.fromCharCode(c - 65248); | ||
| - | } | + | } |
| - | + | ||
| } | } | ||
| + | return s2; | ||
| </ | </ | ||
| ~~DISCUSSION~~ | ~~DISCUSSION~~ | ||