added force utf8

This commit is contained in:
Yair 2024-01-07 10:57:31 +00:00
parent 2364d1ae6d
commit 54d12672e8

4
txt.py
View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import logging import logging
import argparse import argparse
@ -54,7 +55,8 @@ def map_to_keyboard_hebrew(input_text):
'i': 'ן', 'i': 'ן',
'l': 'ך', 'l': 'ך',
'/': '.', '/': '.',
'\/': ',' '\/': ',',
'@': '"',
# Add any other characters you want to map # Add any other characters you want to map
} }