On Wed, 14 May 2025 14:23:31 GMT, Magnus Ihse Bursie wrote:
> I found a few other places in the code that can be cleaned up after the
> conversion to UTF-8.
src/java.desktop/share/classes/java/awt/MenuShortcut.java line 49:
> 47: * For example, a menu shortcut for "Ctrl+cyrillic ef" is create
On Wed, 14 May 2025 14:29:23 GMT, Magnus Ihse Bursie wrote:
> After we converted the source base to be fully UTF-8, we do not need to use
> unicode sequences (like \u0123) in string literals. Sometimes, that might
> still make sense, as for control characters, non-breaking space, etc. But for
On Thu, 15 May 2025 12:33:06 GMT, Raffaello Giulietti
wrote:
>>> maybe this is just a translation error and a simple space can be used
>>> instead, like in all the other properties in these files?
>>
>> That seems unlikely. The pattern is used consistently in the French
>> translations, where
On Thu, 22 May 2025 17:51:32 GMT, Justin Lu wrote:
>> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
>> carrier for Locale. The class, once created is not modified; the class
>> should be made immutable. Converting the class to a record accomplishes this
>> and also sim
On Thu, 22 May 2025 17:51:32 GMT, Justin Lu wrote:
>> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
>> carrier for Locale. The class, once created is not modified; the class
>> should be made immutable. Converting the class to a record accomplishes this
>> and also sim
On Thu, 22 May 2025 17:14:03 GMT, Chen Liang wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> review: subtag -> subtags, switch on baseLang, improve fragility of list
>> field accessors
>
> src/java.base/share/classes
On Thu, 22 May 2025 16:46:10 GMT, Justin Lu wrote:
>> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
>> carrier for Locale. The class, once created is not modified; the class
>> should be made immutable. Converting the class to a record accomplishes this
>> and also sim
> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
> carrier for Locale. The class, once created is not modified; the class should
> be made immutable. Converting the class to a record accomplishes this and
> also simplifies some of the existing code.
Justin Lu has updated
On Thu, 22 May 2025 16:46:10 GMT, Justin Lu wrote:
>> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
>> carrier for Locale. The class, once created is not modified; the class
>> should be made immutable. Converting the class to a record accomplishes this
>> and also sim
> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
> carrier for Locale. The class, once created is not modified; the class should
> be made immutable. Converting the class to a record accomplishes this and
> also simplifies some of the existing code.
Justin Lu has updated
On Wed, 21 May 2025 21:19:36 GMT, Justin Lu wrote:
> _sun.util.Locale.LanguageTag_ is essentially a BCP47 language tag data
> carrier for Locale. The class, once created is not modified; the class should
> be made immutable. Converting the class to a record accomplishes this and
> also simplif
11 matches
Mail list logo