added force utf8
This commit is contained in:
4
txt.py
4
txt.py
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user