mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #436] Add character set translation option to Kitty #358
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#358
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luckykeeper on GitHub (Jun 15, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/436
Originally assigned to: @VShawn on GitHub.
[Feature request] (Kitty) Add Translation Option | 【功能建议】(Kitty)增加字符集转换选项
Putty/Kitty 支持字符集转换选项,能够选择字符集,希望能在设置里面增加这一选项以适应个别中文设备(如华为)
如下图所示:华为设备需要选择“使用字体编码才能支持中文显示”,而当前并不支持设置这一功能,putty是原生支持的,希望能够添加这一选项,感谢!
截图设备:华为 SmartAX MA5698
@VShawn commented on GitHub (Jun 17, 2023):
For now I'm not sure if we can set this
character setby CLI when start SSH connection. I will find out in the kitty document and test it latter.@luckykeeper commented on GitHub (Jun 17, 2023):
Thanks a lot, looking forward to the update👍
@VShawn commented on GitHub (Jun 17, 2023):
Hi @luckykeeper
Here's the solution:
LineCodePage\Use%20font%20encoding\then your KiTTY session character set will be set to
Use font encoding.Plz test by yourself since I don't have any HUAWEI device, UTF-8 works fine with my PC :)
@luckykeeper commented on GitHub (Jun 17, 2023):
It works! Thanks a lot!
I'll close this issue