Tom Bak wrote:
> I solved my problem with own plugin:
> 
> recode_legacy_database :from => "ISO-8859-1", :to => "UTF-8"
> 
> Which translates fields in models on read and before write to database.
> 
> Cheers,
> Tomasz

so this is for a one time conversion of the whole db?

i don't have the luxury to do that because the legacy tables still get 
accessed by the legacy app :(
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to