gpt4 book ai didi

java - 用于翻译中文时的国际化

转载 作者:行者123 更新时间:2023-12-02 13:23:48 28 4
gpt4 key购买 nike

我的 java 项目中的国际化遇到了问题。

将单词从英文翻译成中文时,某些字符会呈现为问号。

public static void main(String[] args) 
{
String lang="ch";
String country="CH";
Locale l=new Locale(lang,country);
ResourceBundle r = ResourceBundle.getBundle("com.neomandi.prototype/Bundle_ch_CH",l);
String val = r.getString("average");
System.out.println(st);
}

我无法在 eclipse 中粘贴中文单词。当我这样做时,它会更改为 \u5E73\u5747

最佳答案

好像配置有问题。为了在 Eclipse 中粘贴 unicode 字符,请将编码更改为 unicode。要在输出中显示 unicode 字符,请更新运行配置。 enter image description here

关于java - 用于翻译中文时的国际化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43472991/

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