We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.8.2
Scala
Linux vion-precision 5.7.0-1-amd64 playframework/playframework#1 SMP Debian 5.7.6-1 (2020-06-24) x86_64 GNU/Linux
openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1-b09) OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
The action Ok(Json.obj("foo" -> "foo\u00a0bar")) should give the HTTP answer containing the given Json with a non-breaking space.
I do not know whether this is a bug or a feature, but the non-breaking space is converted to a standard space.
The text was updated successfully, but these errors were encountered:
Hi @scand1sk, is this a playframewwork issue or is it specific to play-json?
playframewwork
play-json
If the later, I can transfer ths issue to playframework/play-json.
Sorry, something went wrong.
Yep, it is probably specific to play-json.
No branches or pull requests
Play Version
2.8.2
API
Scala
Operating System
Linux vion-precision 5.7.0-1-amd64 playframework/playframework#1 SMP Debian 5.7.6-1 (2020-06-24) x86_64 GNU/Linux
JDK
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
Expected Behavior
The action Ok(Json.obj("foo" -> "foo\u00a0bar")) should give the HTTP answer containing the given Json with a non-breaking space.
Actual Behavior
I do not know whether this is a bug or a feature, but the non-breaking space is converted to a standard space.
The text was updated successfully, but these errors were encountered: