finos / kdb-studio

Studio for kdb+ / Rapid execution environment for q
Apache License 2.0
18 stars 12 forks source link

Escaping of strings #129

Open gyorokpeter opened 2 years ago

gyorokpeter commented 2 years ago

Examples:

"a\000b" -> should print like this, not as "ab"
"C:\\Projects\\gyorokpeter" -> should print with the double backslashes instead of "C:\Projects\gyorokpeter"