*** oddb.org/src/model/address.rb 2011-11-23 08:42:33.134945613 +0100 --- address.rb 2011-11-23 14:56:45.159895525 +0100 *************** *** 63,68 **** --- 63,69 ---- @fax = [] end def city + @location.force_encoding('utf-8') if(match = @@city_pattern.match(@location.to_s)) match.to_s.strip end