-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Unicode versioning #59
Comments
Yeah, probably not going to happen. I don't have the time and resources to maintain all kinds of different versions. I'm already behind on the current version, see #46. I'm also not sure how this would be useful. From what I can see, newer Unicode versions don't change previous rules but rather add to them, to handle previously unsupported languages and characters/emojis. Why would you want to go back to a version that doesn't handle these correctly? |
The reason is that most terminals out there use older Unicode versions, and being able to know what the terminal expects is really valuable. I understand though that this is beyond the scope for the project. |
Got it. Well, unfortunately, the situation for terminals regarding Unicode support is a complete mess. I've elaborated on this elsewhere but it's not just that most terminals don't support the current version but that they are often buggy in their support. So I don't even think setting Finally, the goal of |
Currently,
uniseg
only supports the latest Unicode text segmentation specs. It would be great if other versions are supported as well.The text was updated successfully, but these errors were encountered: