Returns a copy of str with the first character converted to uppercase
and the remainder to lowercase. **Note: case conversion is effective
only in ASCII region.**
On Mon, Feb 3, 2014 at 7:49 PM, Arup Rakshit <lists@ruby-forum.com> wrote:
Why #capitaize not working here as documented -
Returns a copy of str with the first character converted to uppercase
and the remainder to lowercase. **Note: case conversion is effective
only in ASCII region.**
Unicode does it. I'm having a problem getting it deployed at the
moment because the deployment server is in rather a strange state, but
the gem itself works a treat. My problem space was different, as I
needed to ensure email addresses were unique in spite of having
different cases, but unicode solved the problem.
···
On Mon, Feb 3, 2014 at 9:19 PM, Abinoam Jr. <abinoam@gmail.com> wrote:
Dear Arup,
I don't know if this is the current answer.
I was just curious and googled a little and found this.
On Mon, Feb 3, 2014 at 7:49 PM, Arup Rakshit <lists@ruby-forum.com> wrote:
Why #capitaize not working here as documented -
Returns a copy of str with the first character converted to uppercase
and the remainder to lowercase. **Note: case conversion is effective
only in ASCII region.**