in reply to User-Defined Case Mappings
I want to use simple Unicode case mapping and not the default full case mapping.
When I use Unicode strings in perl, I consider "simple Unicode case mapping" to be the same thing as "default full case mapping". But you seem to mean something else by it, so I'm confused.
I'm also curious whether you really intended to use "0044" as the third element being returned by your "ToUpper" sub. Did you really want uc("abcdef") to return "DEFdef"?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: User-Defined Case Mappings
by timgreenwood (Initiate) on Feb 24, 2009 at 17:05 UTC |