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

docs(readme): fix wrong character codes #51

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

polygonplanet
Copy link
Owner

Resolve #50
fix wrong character codes in README

[130, 160] represents "あ" in UTF-8
https://github.com/polygonplanet/encoding.js/blob/HEAD/README.md

[130, 160] (UTF-8の「あ」)
https://github.com/polygonplanet/encoding.js/blob/HEAD/README_ja.md

These character encodings are not UTF-8, but are correctly Shift_JIS.

@polygonplanet polygonplanet merged commit 4f22327 into master Oct 6, 2024
12 checks passed
@polygonplanet polygonplanet deleted the feature/fix-readme-encoding branch October 6, 2024 11:02
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.

READMEの誤記?
1 participant