Commit 904b2641 authored by captainwong's avatar captainwong

fix

parent c5c7d089
...@@ -51,7 +51,7 @@ public class SimpleServer { ...@@ -51,7 +51,7 @@ public class SimpleServer {
byte[] xdata = new byte[5]; byte[] xdata = new byte[5];
xdata[0] = '\u00EB'; xdata[0] = '\u00EB';
xdata[1] = '\u00BA'; xdata[1] = '\u00BA';
xdata[2] = '\u003A'; xdata[2] = '\u003F';
xdata[3] = '\u00A1'; xdata[3] = '\u00A1';
xdata[4] = '\u0076'; xdata[4] = '\u0076';
System.out.println("xdata=" + printable_bytes(xdata)); System.out.println("xdata=" + printable_bytes(xdata));
......
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