Damien Elmes 2018-11-27 12:55:09 +10:00
parent e85cf53f5d
commit ee6da6de61

View file

@ -343,7 +343,7 @@ create table if not exists profiles
if self.firstRun:
self.create(_("User 1"))
p = os.path.join(self.base, "README.txt")
open(p, "w").write(_("""\
open(p, "w", encoding="utf8").write(_("""\
This folder stores all of your Anki data in a single location,
to make backups easy. To tell Anki to use a different location,
please see: