This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Probem with join and accentuated characters
- From: Eric Blake <ebb9 at byu dot net>
- To: Boris New <boris dot new at gmail dot com>, cygwin at cygwin dot com, bug-coreutils at gnu dot org
- Date: Thu, 31 Mar 2005 20:17:23 -0700
- Subject: Re: Probem with join and accentuated characters
- References: <cf47199205033104307d2a4a84@mail.gmail.com> <424C0145.9070202@byu.net> <cf4719920503311254c7d48f2@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Boris New on 3/31/2005 1:54 PM:
> Hi,
>
> I send you the zip file with the two files. I tested a lot of windows
> port and all have this problem. I thought it was perhaps due to locale
> on windows.
> The format is the same and files are sorted. Everything is ok if I
> remove accentuated words from rand.txt.
Contrary to your assertion, your files were not sorted. Or put another
way, they weren't sorted by the same rules that join expected. There are
some locales that treat é and e as the same collating character, but the C
locale that is the default of cygwin is not one of them. Hence, join gave
up after the first line where the sorting failed to match its expectations.
Run the following to show this:
$ sort < rand.txt > randsort.txt
$ diff rand.txt randsort.txt
Only if the diff turns up no change on both files will join work like you
want, for the locale you are using.
- --
Life is short - so eat dessert first!
Eric Blake ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCTL1D84KuGfSFAYARAud5AJ0ZzqemqItQ3oTcMiYqz08dtojsyQCeNe/O
n5V+udbdLBKFEbW/Qg8pOGU=
=pvms
-----END PGP SIGNATURE-----
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/