Hi Zakasbanda, Java applications on the Web can use a variety of encodings for their HTML interface. Internally, all Java characters are Unicode UTF-16. This ...
Thanks Addison. The articles helped me a lot understanding whats going wrong. I was able to get most of the chars handled right by changing the JSPs and ...
Hello, I have an application which is in ENU and we are planing to i18n it. To assess development team effort for i18n I have installed this application on...
Dear All, We would like to introduce a new site and forum for source code and programming http://yourcodeworld.com/index.php?name=PNphpBB2&file=index and ...
Dear all, I was wondering, if anyone else has come across non-standard locales (as in "non-ISO") used by localisation clients and how they are best dealt with....
I'm reviewing ISO 8601 for standard date and time formats. Is there a standard for world time zones? I'm looking for the following information for all time...
Hi Martin, "Latin American Spanish" is a not-uncommon way to economize on localization of software products. In terms of identification, RFC 4646 (which...
Hi, Time zones are not just identified by their UTC offset (since many of them change their UTC offset during the year---this is variously called Daylight...
Hi Addison, Thanks a lot for the hint! I do indeed remember the new standard for language codes and your articles in Multilingual about it. I presume what we...
... Hi Martin, The new standard and the old standard are extremely highly compatible. All of the old codes still work and the new codes are compatible (in most...
Hi All, I have two queries for which google fails to provide a satisfactory answer (or my search keys were totally garbled!). Kindly help me resolve them: 1....
Hi Amarendra, The official title of "the Unicode conference" is "The Internationalization and Unicode Conference" (IUC). It is the premiere conference on...
... [...] ... [...] Thanks Addison. In fact, *after* I posted this message, I checked out the IUC site, and realized what you say above. Should have really ...
We used PMD to accomplish this.. We wrote a series of PMD rules based on our own Globalization guidelines (similar to what Globalyzer finds). It helps because...
The only free tools that I have seen are fairly rudimentary, mostly checking for hard-coded strings. Also, remember a tool like Globalyzer is only as good as...
Hey Professionals, Does anyone has experince in writing/executing test cases on Time Zone for Client/Server applications? How will/should an application behave...
Deepinder - I don't have any answers but in case you're interested, I can point you to a discussion among NovaJUG (Northern Virginia Java User Group) that may...
... Time (DST)? That would depend on what your requirements are. You write your test cases to verify that your code does what the requirements say it should...
I'm curious how people handle the logon page for a multi lingual application. I planned on handling the "inner" pages based on a user preference but that only...
Thanks Keith for your detailed response and providing the additional information. It was really helpful. Keith Bennett <krbennettmd@...> wrote: Deepinder...
Cant we assume to take the locale of the system itself for the logon page? This is because when a user knows french, we can expect the system locale to be...
dattu
dattu.pavan@...
Feb 15, 2007 4:01 pm
1957
I should have included that we need to solve this not only for when a single user sees the logon page from their computer but from a kiosk situation where many...
... Yes, the kiosk version adds a twist. If we were talking just a web application I would have recommended using the web browser language preference as a...
... From my experience, it's best to present the initial page in the locale of your installation (say English in the U.S, and Spanish in Spain) and give the...
Hi All, We are looking for i18n metrics, primarily to measure our "throughput" as a group, and not for measuring individual performances. I tried searching the...
Throughput would be an unusual measure unless you were actively involved in development of, for example, international framework libraries. If you're in a...
Just inform you all, Another scripts directory has born! http://www.selectedscripts.com (php,cfml,asp,asp.net,perl,ajax,javascripts,java, hosting and more) ...
Are the metrics for in house use or to share with clients? Are they to be used across projects? If so, is it safe to assume that the projects are even amenable...