Commit a7b1a64c authored by captainwong's avatar captainwong

fix 2

parent 8ad1d258
......@@ -59,6 +59,7 @@ public class SimpleServer {
// String sx = new String(xdata);
// System.out.println("sx=" + sx);
String xdata = "\u00EB\u00BA\u003F\u00A1\u0076";
System.out.println("xdata=" + xdata);
String data = lib.pack2(1234, "861234567890", 666666, 3400, 0, 0, xdata);
try{
byte[] bytes = data.getBytes(data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment