Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to escape Unicode with JSON.toString()?

The only way to escape Unicode is the grave.

Please excuse the faulty calendar.

Bill


On 3/29/18 12:47 AM, Greg Wilkins wrote:
Alex,

Which characters do you want us to use \u#### encoding for?   > US_ASCII? >ISO_8859? or just chars that would encode to 3 byte utf8?

Maybe we could... we'll discuss.
The other option is to do that encoding when you convert the json string into bytes to send?

cheers




_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top