Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]RE: Netscape Javascript Problem
- To: <tlug@example.com>
- Subject: RE: Netscape Javascript Problem
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Tue, 10 Oct 2000 10:18:50 +0900 (JST)
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <FOEBIKDLMFBGOKGGBGDECENHCGAA.jshore@example.com>
- References: <000f01c031d7$6f35cb60$012ad8cb@example.com><FOEBIKDLMFBGOKGGBGDECENHCGAA.jshore@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <7bwvRB.A.f_.8In45@example.com>
- Resent-Sender: tlug-request@example.com
>>>>> "Jonathan" == Jonathan Shore <jshore@example.com> writes: Jonathan> As far as I can tell there does not seem to be any logic Jonathan> (or it is broken) during the execution phase. Well, lack of logic just seems logical[sic] to me; we _are_ talking about Javascript, aren't we? My guess from your description is that you are using EUC. The doctor says "Well, if that hurts, stop doing it!" It is not possible for the interpreter to handle this robustly and correctly (ie, portably to non-Japanese locales), because EUC assumes a specific locale. This is evil, no matter how many charset parameters you include in Content-Type headers. It would seem Javascript does not understand locales. ("Content-Type: ...;charset=iso-2022-jp" would have similar effect if Javascript did understand locales. Seems unlikely, but you might check.) Use 7-bit ISO-2022, force designations of everything except the initial ASCII. This will be mildly inefficient (lots of redundant escape sequences) but has some hope of working portably. Or use Unicode. -- University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091 _________________ _________________ _________________ _________________ What are those straight lines for? "XEmacs rules."
- Follow-Ups:
- RE: Netscape Javascript Problem
- From: "Jonathan Shore" <jshore@example.com>
- References:
- Netscape Javascript Problem
- From: "Ulrike Schmidt" <ulrike@example.com>
- RE: Netscape Javascript Problem
- From: "Jonathan Shore" <jshore@example.com>
Home | Main Index | Thread Index
- Prev by Date: RE: Netscape Javascript Problem
- Next by Date: X problem..
- Prev by thread: RE: Netscape Javascript Problem
- Next by thread: RE: Netscape Javascript Problem
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links