Re: [hibernate-dev] Locale to/from String

2016-08-12 Thread Steve Ebersole
We could also redo our toString support to support "__ch123" if we want. I just think its better to standardize if we are talking externalizations. On Fri, Aug 12, 2016 at 8:47 PM Steve Ebersole wrote: > I have had a comment in LocaleType for quite some time to convert >

[hibernate-dev] Locale to/from String

2016-08-12 Thread Steve Ebersole
I have had a comment in LocaleType for quite some time to convert fromString handling to use the Locale.Builder introduced in Java 7. As part of the 6.0 work I took a quick look at this. I think we handle this incorrectly for certain cases currently. Currently we implement toString(Locale) via