mod: ++тесты html-мнемоник для decode_to_unicode()

This commit is contained in:
2025-08-05 23:18:08 +03:00
parent 68ad5d7823
commit 34bd07bac0
2 changed files with 5 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ CUSTOM_ENCODE_MAP = {
'\u3253': 'ℵ', # ℵ / &alefsym / ℵ
'&': '&', # & / & / &
'\u2220': '∠', # ∠ / ∠ / ∠
'\u2061': '⁡', # ⁡ / ⁡
'\u2061': '⁡', # / ⁡ / ⁡
'\u2248': '≈', # ≈ / ≈ / ≈ / ≈ / ≈ / ≈ / ≈
'\u00c5': 'Å', # Å / Å / Å /
'\u224a': '≊', # ≊ / ≊ / &≊
@@ -102,12 +102,14 @@ CUSTOM_ENCODE_MAP = {
'\u224c': '≌', # ≌ / ≌ / ≌
'\u03f6': '϶', # ϶ / ϶ / ϶
'\u212c': 'ℬ', # / ℬ / ℬ / ℬ
'\u22a5': '⊥', # ⊥ / perp; / ⊥ / ⊥ / UpTee
'\u22a5': '⊥', # ⊥ / ⊥ / ⊥ / ⊥ / ⊥
'\u2035': '‵', # / ‵ / ‵
'\u02d8': '˘', # ˘ / ˘ / ˘
'\u223d': '∽', # ∽ / ∽ / ∽
'\u22cd': '⋍', # ⋍ / ⋍ / ⋍
'\u2022': '•', # • / • / •
'\u224e': '≎', # ≎ / ≎ / ≎ / &HumpDownHumpl;
'\u224f': '≏', # ≏ / ≏ / ≏ / ≏
}
# === Динамическая генерация карт преобразования ===