Monday, 4 February 2008

Ruby + Rails so not ready for prime time

Support for multibyte strings is abysmal. If you're after a cheap laugh, see the Official advice and the hideous workaround hacks people use to get around it.

To fix the awe inspiringly broken behaviour I was getting, I had to change the system default console locale. Yes, really.

(hint: In .net It Just Works.)