mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-09 09:14:00 +00:00
In fact, Python codec is `utf_8` but it has aliases, `utf8' (declared as alias) or `utf-8` (because `_` or `-` do not make difference) are working, but we mainly use `utf-8` among the code. See https://docs.python.org/3/library/codecs.html#standard-encodings