Special lower/upper case handling #5

Open
opened 2022-05-28 18:09:46 +00:00 by benibela · 0 comments
benibela commented 2022-05-28 18:09:46 +00:00 (Migrated from github.com)

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.

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 like`0069 0307`: For upper case `ß` is the most notorious. That should be handled in` PUCUUTF*LowerCase/PUCUUTF*UpperCase.`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/pucu#5
No description provided.