bdb7e1439e5892a90a3ee4716205f929c4c18b17
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.
Description
No description provided
Languages
Java
43.9%
C#
43.6%
Python
3.4%
Rust
3.4%
Go
2.9%
Other
2.7%