]> the.earth.li Git - unicode-expand.git/log
unicode-expand.git
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.