The issue you link to is closed, is this still a problem?
What exactly doesn't work in current master ?
Do you have any sample code showcasing the problem?
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/liftweb/47892ba3-07f9-4bdf-a1f3-c5163c90a76a%40rudder.io.
The issue you link to is closed, is this still a problem?
What exactly doesn't work in current
master?Do you have any sample code showcasing the problem?
scala> println(pretty(render(JString("€")))) "\u20ac"
The code to determine the target of escaping is as follows, but it is excessive.
(c >= '\u0000' && c <= '\u001f') || (c >= '\u0080' && c < '\u00a0') || (c >= '\u2000' && c < '\u2100')
To view this discussion visit https://groups.google.com/d/msgid/liftweb/VisenaEmail.8.8c3c2478fec4ce88.19c2e1610d2%40origo-test01.app.internal.visena.net.