From: Manoel Lemos Date: 2007-06-01T22:19:23+09:00 Subject: [Bug] String.titlecase failing on UTF-8 with accented chars Anybody knows how to solve that? Check this: >> u.lastname => "Guimar\303\243es" >> puts u.lastname Guimar達es => nil >> u.lastname.titlecase => "Guimar\303\243Es" >> puts u.lastname.titlecase Guimar達Es # ------------------> Check the E in capital, this is a bug => nil >> -- Posted via http://www.ruby-forum.com/.