- From: Rakesh Bhatia <rbhatia@noida.hcltech.com>
- Date: Thu, 25 Jan 2001 10:58:59 +0530
- To: <www-international@w3.org>
- Message-ID: <00a301c0868f$bea7b0c0$3e10a8c0@noida.hclt.com>
----- Original Message ----- From: Rakesh Bhatia To: Robert Vanraamsdonk Sent: Wednesday, January 24, 2001 11:17 AM Subject: Re: Javascript Internationalization Hi Robert, Thanks a lot for your prompt reply. 1. I am using IE 5.0. The language settings (Encoding) in the browser has been set to "UTF-8", as my application needs to support multiple languages. The Japanese characters are getting properly displayed on the browser page, but not on the javascript alert message window. 2. I understand your point, and I belive this might be the case when the javascript encodes the String passed to it in the System dependent character encoding which is different for English and Japanese operating system. I would appreciate if you can guide me how to set character encoding in JavaScript code. Regards Rakesh ----- Original Message ----- From: Robert Vanraamsdonk To: 'Rakesh Bhatia' Sent: Tuesday, January 23, 2001 11:39 PM Subject: RE: Javascript Internationalization There are two immediate things you need to check before we can diagnose the problem: 1) What browser/version are you using? Have you set the language settings in your browser to Japanese? (in IE, View/Encoding/japanese Auto-select) 2) Have you specified the correct character encoding in the JavaScript code (e.g., Shift-JIS)? Kind regards, Robert VanRaamsdonk Global Engagement Consultant Lionbridge Technologies, Inc. 492 Old Connecticut Path Framingham, MA 01701 phone: +1 (508) 960 2363 eFax: +1 (815) 327-3745 robert_vanraamsdonk@lionbridge.com -----Original Message----- From: Rakesh Bhatia [mailto:rbhatia@noida.hcltech.com] Sent: Tuesday, January 23, 2001 5:20 AM To: www-international@w3.org Subject: Javascript Internationalization I am unable to display japanese characters in javascript alert/confirmation messages. Kindly help Regards RB
Received on Thursday, 25 January 2001 00:28:25 UTC