The UTF-8 charset implementation, which is available in all JDK/JRE releases from Sun, has been updated recently to reject non-shortest-form UTF-8 byte sequences. This is because the old ...
I need to write some tests for a system speaking FIX protocol, written in Java. Standard FIX uses ASCII 0x01 as a delimiter on the wire. I find myself struggling to express those FIX messages with a ...