Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]from Row-Cell Notation to EUC or ISO-2022 Encoding
- To: tlug@example.com
- Subject: from Row-Cell Notation to EUC or ISO-2022 Encoding
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Thu, 14 Dec 2000 14:02:28 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <3A384628.8DBF5DBF@example.com>
- References: <3A384628.8DBF5DBF@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <inrRrB.A.fvB.AVFO6@example.com>
- Resent-Sender: tlug-request@example.com
>>>>> "Ulrike" == Ulrike Schmidt <ulrike@example.com> writes: Ulrike> Is it possible to calculate the EUC or JIS code from these Ulrike> codes? The JIS code (in decimal) is ROW + 32, CELL + 32, with row first. The EUC code is ROW + 160, CELL + 160. Then convert to hexadecimal. Alternatively, convert ROW and CELL to hexadecimal, and JIS high = xROW + \x20, JIS low = xCELL + \x20 EUC high = JIS high | \x80, EUC low = JIS low | \x80. There was a whole chapter on this in CJKV's predecessor UJIP; I would imagine it's there somewhere. But it's very simple. -- 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."
- References:
- from Row-Cell Notation to EUC or ISO-2022 Encoding
- From: Ulrike Schmidt <ulrike@example.com>
Home | Main Index | Thread Index
- Prev by Date: from Row-Cell Notation to EUC or ISO-2022 Encoding
- Next by Date: RE: from Row-Cell Notation to EUC or ISO-2022 Encoding
- Prev by thread: from Row-Cell Notation to EUC or ISO-2022 Encoding
- Next by thread: RE: from Row-Cell Notation to EUC or ISO-2022 Encoding
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links