You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strings.capfirst, strings.lower, strings.upper - These do not take care of locale-sensitive character capitalization rules for Turkish, Serbian, Croatian, etc.
strings.truncatechars - This is not sensitive to Unicode surrogate characters or combining characters, and therefore may truncate in the middle of a character. This is particularly troublesome in writing systems that rely heavily on combining characters such as Thai or most of the Indic writing systems like Devanagari, Kannada, Tamil, etc.
The text was updated successfully, but these errors were encountered:
strings.capfirst, strings.lower, strings.upper - These do not take care of locale-sensitive character capitalization rules for Turkish, Serbian, Croatian, etc.
All 4 of these can be handled properly by ilib. Eventually, I will create an ilib-filters ringo package that will have plugin filters for these things based on ilib.
The text was updated successfully, but these errors were encountered: