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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Messages 2002 - 2032 of 2073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2002
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
2003
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
2004
... 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
2005
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
2006
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
2007
Hi All, I've be searching on the internet, but without any luck. I'm using Office 2003, I'm using Excel to save my terminology translations which means there...
Emen Zhao
emenzhao
Offline Send Email
Jan 25, 2008
6:44 pm
2008
It is using Unicode. If you want to save as text then you will sees a 'Unicode text file' option under 'Save As'. This will save in UTF-16....
Tim Greenwood
timgreenwood
Offline Send Email
Jan 25, 2008
7:03 pm
2009
Does anyone have some information on internationalising FLEX applications?...
Ian Davies
ianbingofish
Offline Send Email
Jan 31, 2008
1:47 pm
2010
What's the right way to internationalize strings in C#? I want compile time checking to make sure I'm not using a string that doesn't exist, so I don't want to...
kellycoinguy
Offline Send Email
Feb 7, 2008
10:35 pm
2011
for a standard app or dll assembly, if you have created the resources normally in Visual Studio then you can access string resources simply by using...
BryanDonaldson
Offline Send Email
Feb 8, 2008
6:11 pm
2012
Hello, I'm trying to figured out what the GetUserDefaultUILanguage() API returns when called on a UK Windows machine. Is it 1033 (English US) or 2057 (English...
Yves Savourel
yves_savourel
Offline Send Email
Feb 13, 2008
8:14 pm
2013
[sdl] Please join us for a thought-provoking discussion regarding Measuring Localization Success This event will feature a panel discussion with experienced...
sdl_international
sdl_internat...
Offline Send Email
Feb 15, 2008
8:56 pm
2014
Hi Emen, Be careful, though, if your are using bidi languages (Arabic, Hebrew). The bidi flow is not handled correctly in Excel 2003. The string is stored...
Martin Wunderlich
wundiman
Offline Send Email
Feb 17, 2008
1:30 pm
2015
Hello Suzanne, This is Chris Raulf with ENLASO. Wanted to let you know that we have have joined forces with our partner Lingoport and we'll be hosting an ...
chris_raulf
Offline Send Email
May 9, 2008
5:58 pm
2016
Hi all, I would like to find out if anyone has tried using tools like Passolo and Catalyst to localized GUI Strings for FOX Toolkit (C++)? It is impossible to...
Lux
aluxh24
Offline Send Email
May 16, 2008
1:38 pm
2017
Has anyone done assessment from I18N perspective for a Software product which has never been localized/internationalizated ever ? Would appreciate any...
Anuj Magazine
anujmsqm
Offline Send Email
May 16, 2008
4:14 pm
2018
Anuj - As a start, you'll need to do the following: 1) Identify any strings that are presented to the user (as opposed to being used only internally by the...
Keith Bennett
krbennettmd
Offline Send Email
May 17, 2008
2:34 pm
2020
In addition to the other suggestions: Review the code for places where sentences are being constructed in code, such as "Welcome " + username +", what do you...
bryan.donaldsonga
bryan.donald...
Offline Send Email
May 19, 2008
1:45 pm
2021
Hi all, Has anyone used a technology called Clay-Tablet? (http://clay-tablet.com/home.asp) It is a middleware type of thing that connects several CMSs or other...
Martin Wunderlich
wundiman
Offline Send Email
May 25, 2008
11:28 am
2022
Martin I have been looking at it for the reasons you detail in your mail. I'm close to making a commitment but can't give you any real operational data at the...
Phil Ritchie
endigitalmind
Offline Send Email
May 27, 2008
2:51 pm
2023
I'm currently architecting the implementation of user centric time zones across our product range and would like to use the data from LDML as the basis of my...
Ian Davies
ianbingofish
Offline Send Email
May 30, 2008
11:30 am
2024
Hi Phil, Thanks a lot for the reply. In case you decide to go ahead with it, could you keep me posted and let me know what sort of experience you have? Cheers,...
Martin Wunderlich
wundiman
Offline Send Email
May 30, 2008
3:00 pm
2025
I had a question which might be rather naive. Recently, i got to know that some French such as an accented "e" has four bytes, until then i was under the ...
Anuj Magazine
anujmsqm
Offline Send Email
Jun 13, 2008
5:39 pm
2026
You have to start with the encding that is being used. In Latin1 or Latin9 the 'accented e' will be one byte. In UTF-8 a precomposed (single codepoint)...
Tim Greenwood
timgreenwood
Offline Send Email
Jun 13, 2008
5:53 pm
2027
Thanks very much, Tim. Your responses gives me some insight. Are you aware of any tool or utility available that can help me tell the bytes per certain...
Anuj Magazine
anujmsqm
Offline Send Email
Jun 14, 2008
2:50 am
2028
Do you know which encoding the application is using? I would guess that it is UTF-8 from your description below. To learn about UTF-8 look at...
Tim Greenwood
timgreenwood
Offline Send Email
Jun 15, 2008
7:56 pm
2029
Thanks Tim for your help. I managed to locate a tool that can give the bytes per character based on encoding. Details in the link below- ...
Anuj Magazine
anujmsqm
Offline Send Email
Jun 16, 2008
2:36 pm
2030
Good. Another Unicode converter that I use frequently is web based from Richard Ishida http://people.w3.org/rishida/scripts/uniview/conversion.php For entering...
Tim Greenwood
timgreenwood
Offline Send Email
Jun 16, 2008
2:41 pm
2031
Hi all, I have a question on managing multiple English sites in a content management system. I hope this is related enough to topics of I18N to allow posting...
Martin Wunderlich
wundiman
Offline Send Email
Jun 22, 2008
10:04 am
2032
Hi Martin, why didn't you use the standard OpenCms localization mechanisms? E.g.: Create an XML content type containing price information to enter for editors...
Achim Westermann
achim_wester...
Offline Send Email
Jun 22, 2008
10:35 am
Messages 2002 - 2032 of 2073   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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