When I type non-ASCII characters using a Windows keyboard I get quot;?quot;(当我使用 Windows 键盘键入非 ASCII 字符时,我得到“?)
问题描述
当我使用 Windows 键盘(在语言栏中)键入 非 ASCII
字符时,我会在非 ASCII 字符所在的位置出现问号 ?
.
When I type non-ASCII
characters using a Windows keyboard (in the language bar), I get question marks ?
where the non-ASCII characters should go.
复制和粘贴工作正常,Unicode 字符显示在 Text
小部件中.
Copy-and-paste works fine and the Unicode characters are displayed in the Text
widget.
我正在使用 Lakota All-In-One 键盘
找到 这里.此特定键盘列在 US
区域设置下的 Windows 语言栏 中.
I am using the Lakota All-In-One keyboard
found here. This particular keyboard is listed in the Windows language bar under the US
locale.
推荐答案
TkInter 对特殊字符似乎不太好,尤其是在 Fedora 上.我看过几十个这样的帖子.您最好的选择可能是使用另一个 GUI 库,例如 PyFLTK(我最喜欢的),GTK+ 3(我的第二个最爱),PyQt, PySide, wxPython, Kivy等
TkInter doesn't seem too good with special characters, especially on Fedora. I've seen dozens of posts like this. Your best bet might be to use another GUI library, like PyFLTK(my favorite), GTK+ 3(my second favorite), PyQt, PySide, wxPython, Kivy, etc.
这篇关于当我使用 Windows 键盘键入非 ASCII 字符时,我得到“?"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:当我使用 Windows 键盘键入非 ASCII 字符时,我得到“?"
基础教程推荐
- 用于分类数据的跳跃记号标签 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 筛选NumPy数组 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01