Re: Add String & Character ASCII case conversion methods

2023-04-16 Thread some-java-user-99206970363698485155
Thanks for your effort on deprecating the error-prone toLowerCase() and toUpperCase() methods! Though that only addresses one aspect of my original proposal. Do you or anyone else have any opinion or feedback regarding the proposed ASCII case conversion methods? Even if you think these methods

Re: Add String & Character ASCII case conversion methods

2023-04-11 Thread Glavo
ve more experienced people do >> these things. >> >> Glavo >> >> [1] >> https://mail.openjdk.org/pipermail/core-libs-dev/2023-January/099375.html >> >> On Sun, Apr 9, 2023 at 10:58 PM < >> some-java-user-99206970363698485...@vodafonemail.de&g

Re: Add String & Character ASCII case conversion methods

2023-04-11 Thread Quân Anh Mai
eople do > these things. > > Glavo > > [1] > https://mail.openjdk.org/pipermail/core-libs-dev/2023-January/099375.html > > On Sun, Apr 9, 2023 at 10:58 PM < > some-java-user-99206970363698485...@vodafonemail.de> wrote: > >> Hello, >> could you please add String &a

Re: Add String & Character ASCII case conversion methods

2023-04-09 Thread Glavo
ava-user-99206970363698485...@vodafonemail.de> wrote: > Hello, > could you please add String & Character ASCII case conversion methods, > that is, methods which only perform case conversion on ASCII characters in > the input and leave any other characters unchanged. The conversion should

Add String & Character ASCII case conversion methods

2023-04-09 Thread some-java-user-99206970363698485155
Hello, could you please add String & Character ASCII case conversion methods, that is, methods which only perform case conversion on ASCII characters in the input and leave any other characters unchanged. The conversion should not depend on the default locale. For example: - St