diff --git a/src/orig.py b/src/orig.py index 8b91aeb..fde14ae 100755 --- a/src/orig.py +++ b/src/orig.py @@ -16,7 +16,8 @@ def line_should_be_translated(line: str) -> bool: (0x30A0, 0x30FF), # Katakana (0xFF00, 0xFFEF), # Full-width Roman characters and symbols (0x3000, 0x303F), # CJK symbols and punctuation (including 「」) - (8220, 8220), # The character “ + (0x201c, 0x201c), # The character “ + (0x2026, 0x2026), # The character … ]