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

PluginAdmin doesn't show Unicode texts #9266

Closed
chcg opened this issue Dec 14, 2020 · 2 comments
Closed

PluginAdmin doesn't show Unicode texts #9266

chcg opened this issue Dec 14, 2020 · 2 comments
Assignees
Labels
accepted enhancement Proposed enhancements of existing features

Comments

@chcg
Copy link
Contributor

chcg commented Dec 14, 2020

Description of the Issue

UTF8 json input from plugin list is not displayed properly in PluginAdmin

Steps to Reproduce the Issue

Input from https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x86.json#L833
"author": "João Rosa",

is displayed as shown below.

Expected Behavior

João should be displayed as shown also here.

Actual Behavior

grafik

Debug Information

N++ 7.9.1

See
https://stackoverflow.com/questions/583562/json-character-encoding-is-utf-8-well-supported-by-browsers-or-should-i-use-nu
on utf8 support for json.

@chcg chcg added the enhancement Proposed enhancements of existing features label Dec 14, 2020
@dinkumoil
Copy link
Contributor

Old story, still seems to be unfixed. Have a look at the following links:

https://community.notepad-plus-plus.org/topic/16566/support-for-plugins-admin-npppluginlist/2 (and 2 following comments)
notepad-plus-plus/nppPluginList#11 (comment)

@chcg
Copy link
Contributor Author

chcg commented Dec 15, 2020

Fix is available by PR #9267.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted enhancement Proposed enhancements of existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants