Skip to content
New issue

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

Do not escape no-break space (\u00A0) #4267

Merged
merged 6 commits into from
Jan 21, 2022

Conversation

bekir-ozturk
Copy link
Contributor

Problem

Fixes #4243

Solution

Creates a new javascript encoder to allow \u00A0 character to be not escaped.

Checks:

  • Added unit tests
  • Added #nullable enable to all the modified files ? (nullability is enabled project-wide)

@bekir-ozturk bekir-ozturk merged commit 7824133 into main Jan 21, 2022
@bekir-ozturk bekir-ozturk deleted the dev/bozturk/loc-tool-symbol-encoding branch January 21, 2022 13:08
ladipro added a commit to dotnet/arcade that referenced this pull request Feb 1, 2022
…tnet/winforms) (#8395)

Moving to latest version of the package in order to consume dotnet/templating#4267. This unblocks adoption of the template localizer in the winforms repo. See dotnet/winforms#6319 (comment) for context on the bug being fixed.
ghost pushed a commit to dotnet/winforms that referenced this pull request Feb 4, 2022
PR reenables template localization disabled in #6441
Issue was fixed in dotnet/templating#4267 and available in latest version of arcade dotnet/arcade#8395.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Template localizer changes encoding of some characters
3 participants