mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Chinese Characters Cannot be Rendered in komorebi.bar and Chinese Fonts Crash the Application #529
Reference in New Issue
Block a user
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 @tieniu1 on GitHub (Nov 23, 2024).
Summary
Current Behavior
Steps to Reproduce
Expected Behavior
Environment
Additional Notes
Version Information
I ran "systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"" but got no output.
PS C:\Users\haland> [System.Environment]::OSVersion
Platform ServicePack Version VersionString
Win32NT 10.0.22631.0 Microsoft Windows NT 10.0.22631.0
PS C:\Users\haland> komorebic --version
komorebic 0.1.30
tag:v0.1.30
commit_hash:9a3dbccc
build_time:2024-11-03 23:49:52 +00:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
.shell powershell
Output of komorebic check
PS C:\Users\haland> komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\haland
Looking for configuration files in C:\Users\haland
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\haland.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Nov 23, 2024):
Likely an issue for egui which is what is handling all font rendering. I'll try and reproduce this with the fonts you mentioned soon 🤞
@LGUG2Z commented on GitHub (Nov 23, 2024):
I'm open to suggestions for a monospace font which also supports Chinese characters!
@tieniu1 commented on GitHub (Nov 24, 2024):
Thank you for your work. I tried YASB and found that "JetBrainsMono NFP" can display Chinese characters correctly. However, when I configured JetBrainsMono NFP in komorebi.bar, it still couldn't display Chinese. I hope this additional information can help you.
@LGUG2Z commented on GitHub (Jan 16, 2025):
I am now learning Mandarin so this issue has an elevated priority for me 😅
@LGUG2Z commented on GitHub (Jan 17, 2025):
At least locally I have some progress
@LGUG2Z commented on GitHub (Jan 17, 2025):
This will be in the next nightly release @tieniu1 !