Hi So far Globalize works perfectly for me with rails 1.1.6 However, when I wanted to set a space as the thousand separator, here is what I did : I set " " (double quote, space, double quote) in the thousands_sep field, for the corresponding country, in the file vendor/plugin/globalize/data/country_data.csv , and then "rake globalize:setup" as usual. The result is not what was expected, though. The previous ''.'' thousand separator was replaced with nothing! (e.g. 5.765 is now 5765) I was tempted to put " " in the thousands_sep field, but 1) I didn''t like it, and 2) the database field is a char(2) Any thoughts anybody, Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060912/02aee8cb/attachment.html