RFR: 8238373: Punctuation should be same in jlink help usage on Japanese language [v2]

Naoto Sato naoto at openjdk.java.net
Mon May 9 16:18:59 UTC 2022


On Mon, 9 May 2022 06:38:29 GMT, KIRIYAMA Takuya <duke at openjdk.java.net> wrote:

>> When showing help for the jlink command in a Japanese locale, delimiters of option's aliases are a mixture of "," and \u3001. Delimiter should be unified to ",".
>> As the same, there is a inconsistency of delimiters in the jar command help in a Japanese locale, and "," should be used.
>> Similarly, the javap command help uses space as delimiters other than the module option in all locales. This inconsistency should also be corrected.
>> 
>> Would you please review this fix?
>
> KIRIYAMA Takuya has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8238373: Punctuation should be same in jlink help usage on Japanese language

I think it's ready for you to integrate. I can sponsor your changes.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8417


More information about the compiler-dev mailing list