a8139ebb40
As a GUI app, Anki only uses these for debugging info, and we've been bitten numerous times in the past by bugs caused by printing Unicode when the console only supported ASCII. An ens var might have been a better approach, but Pyinstaller does not support defining them before Python is initialized from what I can tell. Latest issue: https://forums.ankiweb.net/t/crashing-anki-version-2-1-29-bbff62bf/1650 |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
scripts | ||
ts | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
This repo contains all the code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/
For more information on building, please see README.development.
If you'd like to contribute code, please see README.contributing.