This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[1.7] UTF-8, find vs. tar


I'm having some difficulty with a package containing a file with a UTF-8 character:

wget http://downloads.sourceforge.net/klavaro/klavaro-1.3.1.tar.bz2
tar jxf klavaro-1.3.1.tar.bz2
cd klavaro-1.3.1
tar jcf TEST.tar.bz2 data/dvorak_fr*
tar jtf TEST.tar.bz2 > tmptar.out
find data/ -name 'dvorak_fr*' > tmpfind.out
diff -u tmpfind.out tmptar.out

The character in question is 'é' (aka U+00E9, small e with acute)[1]. The difference in rendering is throwing cygport off at the "checking packages for missing/duplicate files" stage.

What to I need to do to get these to match?

My (very long) cygcheck output attached.


Yaakov



[1] http://bepo.fr/


Attachment: cygcheck.out
Description: Binary data

--
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]