pucu icon indicating copy to clipboard operation
pucu copied to clipboard

Special lower/upper case handling

Open benibela opened this issue 2 years ago • 0 comments

Some characters need special handling because they turn into multiple characters rather than one when case converting, as in "SpecialCasing.txt". E.g. when converting to lower case İ becomes something like0069 0307:

For upper case ß is the most notorious.

That should be handled in PUCUUTF*LowerCase/PUCUUTF*UpperCase.

benibela avatar May 28 '22 18:05 benibela