From: "James Strachan" <[EMAIL PROTECTED]>
> Another extension of this idea could be to also support the common locales
> that are defined as static constants in the Locale class via their name
and
> to use reflection to find them. Then we could do things like...
>
> upper-case( /foo/bar, 'FRENCH' )
> lower-case( /foo/bar, 'CHINA' )
>
> or
>
> lower-case( /foo/bar, $userLocale )

It was pretty simple to do so I've implemented the above as well (should be
committed to CVS shortly). If anyone has a test case of correct
uppercase/lowercase conversion in any non english locale I'd appreciate it
for the JUnit test cases ;-)

James



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to