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

Map <argh>windings</argh> #26

Open
msiebuhr opened this issue Aug 1, 2012 · 1 comment
Open

Map <argh>windings</argh> #26

msiebuhr opened this issue Aug 1, 2012 · 1 comment

Comments

@msiebuhr
Copy link
Owner

msiebuhr commented Aug 1, 2012

Someone from the Unicode consortium has looked into what's available as equivalent unicode chars: http://unicode.org/~asmus/web-wing-ding-ext.pdf.

There's also quite a few pages there and there, that has crafted similar lists. We could possibly scrape one of those to get an alias-map.

@msiebuhr
Copy link
Owner Author

msiebuhr commented Aug 1, 2012

These seem to do the trick, though some verification is needed:

curl -s http://www.alanwood.net/demos/wingdings.html | awk -F '[<>]+' '/Wingdings/ {print $9, $21}'
curl -s http://www.alanwood.net/demos/wingdings-2.html | awk -F '[<>]+' '/Wingdings/ {print $9, $21}'

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

No branches or pull requests

1 participant