Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Re: font/char set question
- Date: Tue, 31 Jul 2007 12:06:16 +0900
- From: "Birkir A. Barkarson" <birkirb@example.com>
- Subject: Re: [tlug] Re: font/char set question
- References: <5634e9210707282051g6d4ac8b9l1ba725231bdff464@mail.gmail.com> <d8fcc0800707290802x2c9798dj411fc5400e8b8d6f@mail.gmail.com> <46AD1954.1080209@dcook.org> <d8fcc0800707291946s531f3353y8e0124d8e12cb071@mail.gmail.com> <Pine.NEB.4.64.0707301307430.28098@homeric.cynic.net> <46ADC95A.2040200@dcook.org> <b4d277190707300445q508ad0cbkf6c687544eeec0d3@mail.gmail.com>
- User-agent: Thunderbird 2.0.0.5 (X11/20070719)
Edmund Edgar wrote: > Just wondering: Do you, or does anyone else, maintain a publicly > available list of wierd hyphens or other Unicode characters that don't > strictly speaking map neatly back to anything in Shi(f)t-JIS, but in > practice can be converted to something that does? (Encapsulated in a > neat little class representing legacy-compatible-UTF8 strings would be > best...) Don't know if it is relevant to your situation, but I recalled solving this issue in java when working with shiftjis oracle databases. You can see the relevant unicode names and codepoints below. /** * Oracle の SJIS のDBテーブルのから Java Unicode のエンコディング変更直し * * @param data Oracle SJIS DB example.com * @return example.com */ public static String fixOracleConversions(String data) { if(data.indexOf('\u301C') != -1) { // 文字 example.com (?) を example.com@(~) example.com return data.replace('\u301C','\uFF5E'); } return data; }
- References:
- [tlug] Re: font/char set question
- From: Jim Breen
- Re: [tlug] Re: font/char set question
- From: Josh Glover
- Re: [tlug] Re: font/char set question
- From: Darren Cook
- Re: [tlug] Re: font/char set question
- From: Josh Glover
- Re: [tlug] Re: font/char set question
- From: Curt Sampson
- Re: [tlug] Re: font/char set question
- From: Darren Cook
- Re: [tlug] Re: font/char set question
- From: Edmund Edgar
Home | Main Index | Thread Index
- Prev by Date: Re: font/char set question: keitai: non-support of stuff is a feature . . . . . . . . [tlug]
- Next by Date: [tlug] Emergency nomikai August 17th?
- Previous by thread: Re: [tlug] Re: font/char set question
- Next by thread: Re: [tlug] Re: font/char set question
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links