tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Use octal escape sequences where possible #44

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

The debugger update in #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.

sharwell commented 9 years ago

Moved to the new Java repository.