Search the web
Sign In
New User? Sign Up
i18n-prog · Discussion of Internationalization programming issues (i18n)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Using Unicode   Message List  
Reply | Forward Message #2003 of 2074 |
Re: Using Unicode

Nitin -

Do you mean why not use the actual Arabic characters rather than the
escaped \uXXXX notation? I think it's because with the escaped
notation, you don't have to care what encoding is currently default
for the JVM, or in use by any particular stream; all locales will be
able to read it.

For example, you might want to try using the native characters with
the JVM whose default locale is "US" and see if it works.

- Keith


--- In i18n-prog@yahoogroups.com, "Nitin Jain" <nitinjain8766@...> wrote:
>
> Hello,
>
> I am working on a java project, which needs to incorporate
> Internationalisation and Localisation. It has been suggested that the
> locale specific ".properties" (errormessages_ar.properties) that
> contain UNICODE equivalent of the Arabic text in my case.
>
> My questing is why not use the Arabic text messages rather than their
> UNICODE equivalent in the "xyz_ar.properties." file? What problems will
> this cause?
>
> All suggestions will be highly appreciated.
>
> Thank you,
> Nitin
>





Fri Jan 11, 2008 9:18 pm

krbennettmd
Offline Offline
Send Email Send Email

Forward
Message #2003 of 2074 |
Expand Messages Author Sort by Date

Hello, I am working on a java project, which needs to incorporate Internationalisation and Localisation. It has been suggested that the locale specific...
Nitin Jain
nitinjain8766
Offline Send Email
Jan 11, 2008
2:39 pm

Nitin - Do you mean why not use the actual Arabic characters rather than the escaped \uXXXX notation? I think it's because with the escaped notation, you...
Keith R. Bennett
krbennettmd
Offline Send Email
Jan 11, 2008
9:18 pm

... I am not absolutely sure what the question is, but if you are asking whether you can use an Arabic properties file encoded in a legacy encoding, then the...
eflarup
Offline Send Email
Jan 12, 2008
2:07 pm

Hello, I realise that I should have made the question more precise; however your interpretation is correct. Thank you for the response. Nitin ... the ... their...
Nitin Jain
nitinjain8766
Offline Send Email
Jan 14, 2008
9:00 am

Nitin, I haven't tried this myself, but if you absolutely need to use another encoding for your properties file, you might be able to pull it off using the...
Lenny Turetsky
turetsky_lenny
Offline Send Email
Jan 14, 2008
6:49 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help