[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: [Bug] String.titlecase failing on UTF-8 with accented chars

Yukihiro Matsumoto

6/1/2007 1:48:00 PM

Hi,

In message "Re: [Bug] String.titlecase failing on UTF-8 with accented chars"
on Fri, 1 Jun 2007 22:19:23 +0900, Manoel Lemos <manoel@lemos.net> writes:

|Anybody knows how to solve that?

case conversion functions do/will not support characters out of ASCII
range (A-Za-z). Tim Bray enlightened us.

matz.