delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Date: | Thu, 21 Jan 2010 17:03:09 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Japanese/Chinese language question |
Message-ID: | <20100121160309.GA8726@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <20100121134055 DOT GE2402 AT calimero DOT vinschen DOT de> <f60fe001001210704o27f08b15lcb3456fb59822024 AT mail DOT gmail DOT com> <20100121154120 DOT GF2402 AT calimero DOT vinschen DOT de> |
MIME-Version: | 1.0 |
In-Reply-To: | <20100121154120.GF2402@calimero.vinschen.de> |
User-Agent: | Mutt/1.5.20 (2009-06-14) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Jan 21 16:41, Corinna Vinschen wrote: > On Jan 21 10:04, Mark J. Reed wrote: [Intersting stuff] > > Thanks for the info. However... > > > linux$ cat jp.c > #include <stdio.h> > #include <locale.h> > #include <wchar.h> > > int > main (int argc, char **argv) > { > setlocale (LC_ALL, "ja_JP.UTF-8"); > /* U+3042 = Hiragana letter A > U+30a2 = Katakana letter A > U+ff71 = Halfwidth Katakana letter A */ > printf ("%d\n", wcscoll (L"\x3042", L"\x30a2")); > printf ("%d\n", wcscoll (L"\xff71", L"\x30a2")); > return 0; > } > linux$ gcc jp.c -o jp > linux$ ./jp > -83 > -340 > > I expected that at least one of the comparisons returns 0. > Am I doing something wrong? Uh, I think I understand now. I wasn't actually doing something wrong, rather my expectations were wrong. The idea of the coll/xfrm functions is to generate sorting orders. The order as such is locale-dependent, but different strings shouldn't actually being treated as equal. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |