This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Refactor to_uni_lower()
authorKarl Williamson <public@khwilliamson.com>
Wed, 9 Nov 2011 01:55:09 +0000 (18:55 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Nov 2011 05:38:38 +0000 (22:38 -0700)
commitafc16117342e69d725e9609816ad29f611edb5a5
tree33fe89eea3edaaf70b06a7b01c47dc75d19d59d9
parent50bda2c32d66573a5367b7d0d5a1d287d766b811
utf8.c: Refactor to_uni_lower()

The portion that deals with Latin1 range characters is refactored into a
separate (static) function, so that it can be called from more than one place.
embed.fnc
embed.h
proto.h
utf8.c