Chinese characters not shown in Command History

,

Issue:
When I print Chinese text to Rhino’s Command History, the lines don’t show—only blank lines appear—while English prints normally.

Repro code:
print(‘good’)
print(u’中文显示’)
Rhino.RhinoApp.WriteLine(u"{}“.format(“中文显示”))
Rhino.RhinoApp.WriteLine(u”{}".format(“good”))

Actual result (in Command History):
good
[blank line]
[blank line]
good

The two Chinese lines appear as empty lines between the two “good” lines.
I guess it is a font/glyph issue—perhaps the Command Prompt/Command History panel is using a font without CJK glyphs. However, I can’t find where to change the font used by the Command Prompt/Command History on my system.

Please run the SystemInfo in the Rhino command line and paste the output here. Also, would be convenient to share a screenshot of the current issue? Or perhpas record a video? Thank you.

Rhino 8 SR23 2025-9-8 (Rhino 8, 8.23.25251.13002, Git hash:master @ e75a9d62e23cc6f52d4ef68eb7eda9f8da9b6cd9)
License type:
License details: Cloud Zoo

Apple macOS 版本26.0(版号25A354) (Physical RAM: 32GB)
Mac Model Identifier: Mac14,5
Language: zh-Hans
.NET 8.0.14

Metal GPU Family Apple 7
Metal GPU Family Common 3
Metal GPU Family Mac 2
Graphics processors
Apple M2 Max
Mi Monitor (1920 x 1080 @ 60.00Hz)
Color LCD (1512 x 982 @ 120.00Hz)
GPU Vendor: Apple

USB devices
None

Bluetooth devices
None

test.py (163 Bytes)

Thank you for your report, I have logged this issue to our development engineers.

RH-89553 Chinese characters not shown in Command History