Change μ to µ

stupid unicode...
This commit is contained in:
Alex Voinea 2023-01-24 15:56:47 +01:00
parent 6367172177
commit 81103602f0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fontTable = [
# from the default character set:
CustomCharacter('ä', 0xe1),
CustomCharacter('μ', 0xe4),
CustomCharacter('µ', 0xe4),
CustomCharacter('ö', 0xef),
CustomCharacter('ü', 0xf5),
]