From 54d12672e89af4b4729591a3c9f680b43cb31fee Mon Sep 17 00:00:00 2001 From: Yair Date: Sun, 7 Jan 2024 10:57:31 +0000 Subject: [PATCH] added force utf8 --- txt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/txt.py b/txt.py index e85e73e..e40ee39 100644 --- a/txt.py +++ b/txt.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import logging import argparse @@ -54,7 +55,8 @@ def map_to_keyboard_hebrew(input_text): 'i': 'ן', 'l': 'ך', '/': '.', - '\/': ',' + '\/': ',', + '@': '"', # Add any other characters you want to map }