PATCH: user defined special casing for non utf8
authorKarl Williamson <khw@khw-desktop.(none)>
Fri, 14 May 2010 14:56:46 +0000 (08:56 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 26 May 2010 14:12:36 +0000 (16:12 +0200)
commita6f87d8c282ba94b0308898be052d1ac956d0ea9
tree153740c5d3c976a1a93502a70c46e23c954cd951
parent8a38a8369536df0f4eac69e5a26e9b86f9123d1d
PATCH: user defined special casing for non utf8

Users can define their own case changing mappings to replace the
standard ones.  Prior to this patch, any mappings on characters whose
ordinals are 0-222, 224-255 that resulted in multiple characters were
ignored.

Note that there still is a deficiency in that the mappings will be
applied only to strings in utf8 format.
t/op/lc_user.t
utf8.c