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] Search MySQL for Japanese Names [SOLVED... presumably]
- Date: Wed, 21 Oct 2009 19:13:29 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- References: <4ADBF9A9.70205@example.com> <87my3neuk9.fsf@example.com> <4ADC537B.3060002@example.com> <87eiozeaj1.fsf@example.com> <4ADD7BE2.6080801@example.com>
- User-agent: Mutt/1.5.18 (2008-05-17)
On 2009-10-20 17:59 +0900 (Tue), Dave M G wrote: > Okay then. The system I'm working on has limited users on a private > network, so I'll just make a kana input for now, and hope that MySQL > collates and handles it properly. You really ought to check that; I would be far from surprised if it didn't do that correctly. If I'm recalling correctly (it's been a while since I've touched I18N stuff), one sorts characters with (the little "ten-ten" mark indicating you voice the consonant) after those without dakuten, and handaukuten (the little circle) after those, but only when the remainder of the two strings are identical. Otherwise, one ignores the diacritical signs and sorts based on the rest of the string. This can lead to a code point with dakuten appearing both before and after the code point without, in the same character position. Here's an example of "ku" appearing both before and after "gu": [ くどう, ぐどう, くに, ぐに ]. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Functional programming in all senses of the word: http://www.starling-software.com
- References:
- [tlug] Search MySQL for Japanese Names
- From: Stephen J. Turnbull
- Re: [tlug] Search MySQL for Japanese Names
- From: Dave M G
- Re: [tlug] Search MySQL for Japanese Names
- From: Stephen J. Turnbull
- Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- Next by Date: [tlug] 15 Anniversary Party - Final List
- Previous by thread: Re: [tlug] I'm done with MySQL
- Next by thread: Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links