search for: iconv_from

Displaying 1 result from an estimated 1 matches for "iconv_from".

2005 Aug 10
24
Multilingual Rails v0.5. Big update!
Multilingual Rails v0.5 is just released with lots of new features. Here is the changelog: v0.5: New charset conversion string-methods. Multilingual Rails always use UTF-8 internally. iconv_to(charset) # Return string as charset iconv_from(charset) # Return string as UTF-8, converted from charset iconv_from!(charset) # Convert string from charset to UTF-8 Easy pluralization of strings! Configurable ISO 3166 code type to use. Can be :numeric, :alpha2 or :alpha3. Default is numeric. All configuration...