Damien Elmes 2018-11-27 12:55:09 +10:00
parent d58dcd7d2e
commit 7e2305ac0c

View file

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