This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add locale support to functions
authorKarl Williamson <public@khwilliamson.com>
Thu, 6 Dec 2012 16:10:41 +0000 (09:10 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:30:02 +0000 (10:30 -0700)
commitedfb33188d1b983a72693f1fba62886727e8616a
tree056dfbe332524dd640d884a1cb054fd3bf4804a3
parent243effed56c5bea983c9cdbdc24b329f19ff0aad
utf8.c: Add locale support to functions

These functions were marked as XXX to add locale support.  It was a
simple matter to do.  We support locales for code points under 256,
so just call the appropriate macro for those, returning the Unicode
interpretation for those over 255.
utf8.c