mirror of
https://github.com/RGBCube/DML
synced 2025-07-27 23:57:44 +00:00
5 lines
169 B
Python
5 lines
169 B
Python
symbols = {
|
|
"1": "\u0701", # Syriac Supralinear Full Stop
|
|
"0": "\u0660", # Arabic-Indic Digit Zero
|
|
"stop": "\u06F0", # Extended Arabic-Indic Digit Zero
|
|
}
|