mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
716 stars 53 forks source link

enable escaping to extended ascii #47

Open regevbr opened 5 years ago

regevbr commented 5 years ago

mssql non unicode columns support extended ascii (code can be from 0-255) Please add an option for not escaping extended ascii chars

regevbr commented 5 years ago

also need to to enable avoid escaping quotes at all