]> the.earth.li Git - unicode-expand.git/log
unicode-expand.git
4 years agoCollect Unicode expansions together main
Jonathan McDowell [Wed, 14 Aug 2019 19:05:51 +0000 (20:05 +0100)]
Collect Unicode expansions together

When multiple Unicode characters exist together expand them all at the
end rather than breaking up what might potentially be "Unicode art".

Fixes: #1
5 years agoUpdate URL to point to git repo
Jonathan McDowell [Sat, 5 Jan 2019 15:42:38 +0000 (15:42 +0000)]
Update URL to point to git repo

5 years agoFall back to hex value when we can't look up a character
Jonathan McDowell [Sat, 5 Jan 2019 15:39:32 +0000 (15:39 +0000)]
Fall back to hex value when we can't look up a character

We're dependant on Perl for Unicode tables, so if it doesn't have a
recent enough set of definitions (e.g. Debian Stretch only has up to
Unicode 8) we were getting uninitialized value warnings for Unicode 9/10
characters. Fall back to outputting the hex value for the character.
Reported by Lars Wirzenius.

5 years agoAdd basic README
Jonathan McDowell [Fri, 4 Jan 2019 09:19:42 +0000 (09:19 +0000)]
Add basic README

5 years agoFold in later updates
Jonathan McDowell [Fri, 4 Jan 2019 09:14:45 +0000 (09:14 +0000)]
Fold in later updates

Later cleanups (I think probably mostly thanks to Tollef Fog Heen).

5 years agoAdd earliest available revision
Jonathan McDowell [Fri, 4 Jan 2019 09:13:58 +0000 (09:13 +0000)]
Add earliest available revision

This is the earliest version I still have; initial work was not tracked
in git in any fashion.