Mercurial > hg > RemoteEditor > REPSessionManager
comparison test/TestUTF8.java @ 36:ec1cd5d388f3
UTF-8 TEST
author | fuchita |
---|---|
date | Sat, 10 Nov 2007 18:36:58 +0900 |
parents | d1c6cb6d9a2f |
children | 7bf547c009ed |
comparison
equal
deleted
inserted
replaced
35:eb02fde61a69 | 36:ec1cd5d388f3 |
---|---|
8 import java.nio.charset.CharacterCodingException; | 8 import java.nio.charset.CharacterCodingException; |
9 import java.nio.charset.Charset; | 9 import java.nio.charset.Charset; |
10 import java.nio.charset.CharsetDecoder; | 10 import java.nio.charset.CharsetDecoder; |
11 import java.nio.charset.CharsetEncoder; | 11 import java.nio.charset.CharsetEncoder; |
12 | 12 |
13 import remoteeditor.command.REPCommand; | 13 import rep.REP; |
14 import remoteeditor.network.REP; | 14 import rep.REPCommand; |
15 | |
15 | 16 |
16 //import remoteeditor.command.REPCommand; | 17 //import remoteeditor.command.REPCommand; |
17 | 18 |
18 public class TestUTF8 { | 19 public class TestUTF8 { |
19 | 20 |