1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-12-09 16:37:45 +01:00
parent 45a75c1c2b
commit e2939aae82
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
4 changed files with 18 additions and 23 deletions

View file

@ -5,7 +5,7 @@
import os
standard_chars = "!#$%&'()*+,-./0123456789:;<=>?°ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz~|≥"
standard_chars = """ !"#$%&'()*+,-./0123456789:;<=>?°ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz~|≥"""
extra_chars = "".join([chr(0x10000+i) for i in range(21)])