eleybourn / Book-Catalogue

A book cataloging tool for Android phones.
https://github.com/eleybourn/Book-Catalogue/wiki
GNU General Public License v3.0
381 stars 186 forks source link

Handling Nordic characters #595

Open AnalogDesigner opened 9 years ago

AnalogDesigner commented 9 years ago

Import via CSV now works, after some CSV file massage. One annoyance remains, national characters like å,ä,ö are not correctly displayed after import. Do I use the wrong character set on my PC?

Grunthos commented 9 years ago

Not sure; internally we use UTF8...but one thing to check would be to run an export then edit that file.

gilcot commented 7 years ago

Maybe related to #596