-
Notifications
You must be signed in to change notification settings - Fork 13
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
Suggestion: Unicode version codepoint was added #48
Comments
This is a marvelous idea! Thanks for submitting it! :D I'm not sure I can take a look at this in the next few weeks, but would love to have this feature. If you want to take a stab at it, I can probably give you enough guidance to get you started, though (: |
I might be able to take a look on the weekend. Did you have and preferences/thoughts regarding whether the version information was output by default? |
I think showing the version unconditionally would be just fine - To add this feature, I think it's a two/three step process:
...and that's about it, I think! The main difficulty will probably be making a parser for that data file (the ones I made I got by with making a regex-based one, but feel free to use any other reasonable method, tbqh) and finding a decently space-efficient repr for the version table. Best of luck! |
I made a start on this yesterday. I'm 50–75% done. Fortunately I think what you described above matches what I did/planned to do 😃 |
That's fantastic to hear - excited to see what you came up with (: |
I deal with Unicode a fair bit and
chars
is a handy tool. Sometimes it would be convenient to know which Unicode version assigned a particular codepoint.E.g the output from
chars
might look something like this. The version information might not be shown by default and require a command line flag if it was deemed too noisy.I think the information is available via the
DerivedAge.txt
file in the UCD.The text was updated successfully, but these errors were encountered: