tunnelvisionlabs / JavaForVS

Java Language Support extension for Visual Studio
https://visualstudiogallery.msdn.microsoft.com/bc561769-36ff-4a40-9504-e266e8706f93/
Other
110 stars 27 forks source link

Use octal escape sequences where possible #11

Open sharwell opened 9 years ago

sharwell commented 9 years ago

Originally posted at tunnelvisionlabs/LangSvcV2#44.

The debugger update in tunnelvisionlabs/LangSvcV2#38 is correct, but sub-optimal for a number of cases. For example, the character '\0' is displayed as '\u0000'. The escape sequence processing should reduce the code to a minimal octal escape where possible.