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

How many character classes are necessary for context-sensitive spacing rules? #39

Open
macnmm opened this issue Mar 8, 2023 · 1 comment
Labels

Comments

@macnmm
Copy link

macnmm commented Mar 8, 2023

The list of character classes includes 32 classes, similarly to those defined in the JIS X 4051 standard for Japanese. However, the existence of a class should mean there is a need for distinct unique spacing rules for that class compared to the others. Are there that many different spacing rules? What other purpose would one use these classes?

@macnmm macnmm added the question label Mar 8, 2023
@r12a
Copy link
Contributor

r12a commented Mar 8, 2023

Many of the classes appear to correlate with Unicode line-breaking categories. I don't know if that's intentional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants