Ahhh, good. Rails 1.2 RC1 is out and it supports Multibyte. That makes me happy:
Even more so because DHH finally acknowledges the fact that this was a major pain:
'€2.99'.first # => '€'
truncate('€2.99', 2) # => '€2'
Even more so because DHH finally acknowledges the fact that this was a major pain:
it wasn’t as plug’n’play easy as you could have hoped (or perhaps even expected)
Comments