gpt4 book ai didi

winforms - Mono 无法在 Windows 窗体文本框中呈现中文文本

转载 作者:行者123 更新时间:2023-12-02 19:20:17 25 4
gpt4 key购买 nike

我需要一些中文形式的表格,但是在 Linux 中使用 Mono 运行它失败了。有小费吗?示例:

// works OK in windows and Linux same text.
Console.WriteLine( "Test 中国 的" );

// works OK in windows fails in Linux (renders "Test [][][][]")
MessageBox.Show("Test 中国 的");

// works OK in windows fails in Linux (renders "Test [][][][]")
Textbox1.Text="Test 中国 的"

最佳答案

首先,请确保您的字体集包含中文字符。然后尝试将环境变量 LANG 设置为 zh_CN.utf-8 并查看是否可以解决问题。

关于winforms - Mono 无法在 Windows 窗体文本框中呈现中文文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27690914/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com