Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

主界面部分文字乱码 #6

Open
liuchanghuaX1 opened this issue Sep 28, 2023 · 4 comments
Open

主界面部分文字乱码 #6

liuchanghuaX1 opened this issue Sep 28, 2023 · 4 comments

Comments

@liuchanghuaX1
Copy link

image
@hiroi-sora
Copy link
Owner

hiroi-sora commented Sep 28, 2023

这确实是个有点奇怪的问题。请帮我调查一下:

  • 你的系统是什么?是否有调成非中文的语言/地区?

  • 界面上乱码文字位于什么位置?是否只是悬浮提示窗会乱码?

  • 全局设置页里,语言调成繁体中文,看看是否也有乱码?

  • 请打开以下文件(用编辑器或记事本均可):
    UmiOCR-data\res\qml\TabPages\ScreenshotOCR\ScreenshotOCR.qml
    用ctrl+F搜索到这一行:
    toolTip: qsTr("粘贴图片")
    将其中粘贴图片几个字改为别的字,比如改为纯数字、改为纯英文、改为别的中文汉字。再启动软件,看看是否还有乱码?

  • 如果改动后还有乱码,请尝试将qsTr()去掉,即改为:
    toolTip: "粘贴图片"
    看看这样是否会消除乱码?
    image

@pheotry
Copy link

pheotry commented Sep 28, 2023

这确实是个有点奇怪的问题。请帮我调查一下:

  • 你的系统是什么?是否有调成非中文的语言/地区?
  • 界面上乱码文字位于什么位置?是否只是悬浮提示窗会乱码?
  • 全局设置页里,语言调成繁体中文,看看是否也有乱码?
  • 请打开以下文件(用编辑器或记事本均可):
    UmiOCR-data\res\qml\TabPages\ScreenshotOCR\ScreenshotOCR.qml
    用ctrl+F搜索到这一行:
    toolTip: qsTr("粘贴图片")
    将其中粘贴图片几个字改为别的字,比如改为纯数字、改为纯英文、改为别的中文汉字。再启动软件,看看是否还有乱码?
  • 如果改动后还有乱码,请尝试将qsTr()去掉,即改为:
    toolTip: "粘贴图片"
    看看这样是否会消除乱码?
    image

乱码位置:基本所有鼠标放上去会弹出提示的地方,可能部分地方没测试到。
改为繁体还是乱码
修改完文件乱码
image

@hiroi-sora
Copy link
Owner

@pheotry

感谢测试,信息很有用。

请问你”修改完文件乱码“,是指改为别的中文会乱码吗?有没有试过改为纯英文字母?

或者试试全局设置语言改成English,有无乱码问题

@pheotry
Copy link

pheotry commented Sep 29, 2023

@pheotry

感谢测试,信息很有用。

请问你”修改完文件乱码“,是指改为别的中文会乱码吗?有没有试过改为纯英文字母?

或者试试全局设置语言改成English,有无乱码问题

发现设置中切换到英文后显示正常,此时再切换回中文,显示也正常了。

启动时无响应好像也没了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants