Re: Compile Errors in OpenJDK 11 with Non-English Characters in Compilation Path

2023-12-06 Thread last last
The pull request at https://github.com/openjdk/jdk/pull/16971/files has effectively addressed the issue I was facing. Thank you for your time and effort in addressing this matter! Magnus Ihse Bursie 于2023年12月5日周二 18:36写道: > On closer inspection, it would probably be more prudential to set the >

Re: Compile Errors in OpenJDK 11 with Non-English Characters in Compilation Path

2023-12-05 Thread Magnus Ihse Bursie
On closer inspection, it would probably be more prudential to set the value of LC_ALL to C.UTF-8 in the build. It will likely help you with your problem. I have published a PR at https://github.com/openjdk/jdk/pull/16971 (JDK-8321373). /Magnus On 2023-11-24 13:08, Magnus Ihse Bursie wrote:

Re: Compile Errors in OpenJDK 11 with Non-English Characters in Compilation Path

2023-11-24 Thread Magnus Ihse Bursie
Are you running on Ubuntu properly, or Ubuntu in WLS? If it is the former, the it is not the same problem as the other poster, which were running on Windows. The JDK build uses the "C" locale. This should be set automatically by the build system, so it should just work. But in case there is so

Re: Compile Errors in OpenJDK 11 with Non-English Characters in Compilation Path

2023-11-23 Thread last last
I am currently facing the same error when build paths include Chinese characters ,after setting the environment variable "export LC_ALL=zh_CN.UTF-8" .The testing environment is also Ubuntu 2004. The system locale settings are as follows: LANG=zh_CN.UTF-8 LANGUAGE=zh_CN:zh LC_CTYPE="zh_CN.UTF-8" LC_

Re: Compile Errors in OpenJDK 11 with Non-English Characters in Compilation Path

2023-11-23 Thread Magnus Ihse Bursie
Congratulations! You get to test drive the recently updated build instructions for Windows locale requirements! :-) Please see https://github.com/openjdk/jdk/blob/master/doc/building.md#locale-requirements In particular, I believe you need to set your system locale. Please report back if tha

Compile Errors in OpenJDK 11 with Non-English Characters in Compilation Path

2023-11-22 Thread last last
Hi all, I tried to build a OpenJDK11 fastdebug with paths that include Chinese characters,my build path is "/home/kylin/图片/jdk11u-dev",but i saw some error as followings: Exception in thread "main" java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/