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

utf8: support East_Asian_Width #8978

Merged
merged 2 commits into from Feb 26, 2021
Merged

Conversation

zakuro9715
Copy link
Member

See https://www.unicode.org/reports/tr11/

This is important for Japanese (And probably other East Asians, too)

@spytheman
Copy link
Member

This new addition will add between 36KB and 85KB (because of all the constants), to every program that imports encoding.utf8, including the V compiler itself (it imports it through v.scanner), even if the functions are not used (-skip-unused is not good enough for now).

Can it be moved in vlib/encoding/utf8/east_asian ?

@spytheman spytheman merged commit 995bd66 into vlang:master Feb 26, 2021
@zakuro9715 zakuro9715 deleted the east-asian branch February 27, 2021 10:56
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.

None yet

2 participants