You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------ 原始邮件 ------------------
发件人: "Zhang Zhi ***@***.***>;
发送时间: 2023年11月25日(星期六) 中午11:30
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [alibaba/fastjson2] [BUG]特定环境下put数字导致乱码 (Issue #2051)
你这图片嘎了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
问题描述
简要描述您碰到的问题。
环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题:
去ibm的https://linuxone.cloud.marist.edu/#/login 申请服务器
写一个使用fastjson2的jar(换了好几个版本,基本都是乱码)
带依赖打包jar
使用java -jar 打包的jar名称
如图所示部分数字出现了乱码,且在win下运行时完全正常
17
在换用org.json时输出完全正常
"""
src/main/resources
true
Httpserver
maven-compiler-plugin
3.11.0
17
org.apache.maven.plugins
maven-assembly-plugin
3.6.0
src/main/assembly/assembly.xml
org.example.Main
make-assembly
package
single
org.apache.maven.plugins
maven-resources-plugin
3.3.1
copy-resources
validate
copy-resources
${basedir}/target/classes
src/main/resources
true
"""
期待的正确结果
对您期望发生的结果进行清晰简洁的描述。
正确的输出数字
相关日志输出
请复制并粘贴任何相关的日志输出。
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered: