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
I couldn't make Turkish localization work. Could you help me ?
julia>using StrICU
julia>set_locale!("tr_TR")
julia> StrICU.tolower("AI") #"aı"
ERROR: failed to map case
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] tolower(::String) at /Users/ekin/.julia/packages/StrICU/7xZCC/src/ucasemap.jl:40
[3] top-level scope at none:0
The text was updated successfully, but these errors were encountered:
I'll need to add tests for using String type.
The ICU library uses UTF-16, so you should also be using the Strs.jl package, with the UTF16Str type.
That will work correctly (and be faster for many things than using String).
I couldn't make Turkish localization work. Could you help me ?
The text was updated successfully, but these errors were encountered: