bdb7e1439e
The Client.Java-041 escaping fix left a literal \u00XX in a // comment; Java processes \u unicode escapes even in comments, so it failed to compile on windev (MxGatewayCli.java:2223 illegal unicode escape). Reworded the comment to plain ASCII. The escaping code itself (String.format with the doubled-backslash format string) was already correct.