Skip to content
  • Pablo de Vicente's avatar
    Fixed non-UTF8 characters in some city names, which seemed to produce · df848839
    Pablo de Vicente authored
    repetitive fuzzies. This was demanded by some translators in the kde-i18n-doc
    list this week. I think that the error came from someone who converted this
    file to UTF8 when it already was UTF8; this bug has been dragging for one
    year now.
    
    IMHO the best way to modify to file is to do:
     iconv -f utf8 -t iso-8859-1 Cities.dat -o Cities.dat.iso
    then edit Cities.dat.iso with any editor and convert back to UTF8
     iconv -f iso8859-1 -t utd8 Cities.dat.iso -o Cities.dat
    
    CCMAIL: kstars-devel@kde.org
    CCMAIL: kde-i18n-doc@kde.org
    
    svn path=/trunk/kdeedu/kstars/; revision=276147
    df848839