On Friday, February 5, 2016 at 4:06:40 AM UTC-5, Milan Bouchet-Valat wrote:
>
> > is there a better / more straightforward julia-based solution? 
> I wouldn't call it "straightforward", but if you need a Unicode-correct 
> way of applying title case, you can use UnicodeExtras, which relies on 
> ICU: 
> https://github.com/nolta/UnicodeExtras.jl#case-handling 
>

utf8proc (which is used internally for Unicode transformations by Julia) 
has Unicode-aware titlecase mapping, but we don't currently export that; 
would require an easy PR similar to 
https://github.com/JuliaLang/utf8proc/pull/40 

Reply via email to