BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

add Euro (€) glyph data to `LatinGlyphsUtlity` #96

Closed BryanWilhite closed 4 years ago

BryanWilhite commented 4 years ago

continues on from #94

image

📖 https://www.codetable.net/decimal/8364

consider adding the entire Currency Symbols group to the Core

BryanWilhite commented 4 years ago

the challenge with adding the entire group is the implied task of supporting Unicode names: currency symbols will be quite mysterious to me (and most) without adding FrameworkGlyph.UnicodeName for the entire set

to save hours of manual entry i would like to postpone such a change or find a cool way to automate it

one automated way to do this is to scrape by decimal (https://www.codetable.net/decimal/8352)

BryanWilhite commented 4 years ago

i assume that this is UTF-8 encoding:

image