Gentoo Archives: gentoo-user

From: Peter Ruskin <peter.ruskin@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Strangely encoded filenames with special characters
Date: Tue, 02 May 2006 22:31:58
Message-Id: 200605022324.40229.peter.ruskin@dsl.pipex.com
In Reply to: [gentoo-user] Strangely encoded filenames with special characters by Alexander Skwar
1 On Tuesday 02 May 2006 21:57, Alexander Skwar wrote:
2 > Hello.
3 >
4 > On my system, I've got some files, in which "special characters"
5 > (eg. German umlaute, like äöü or ß) are encoded in a rather
6 > strange way.
7 >
8 > Eg.:
9 > [2005-04-14 20-17-09] (0766) Sandra mit Cassandra auf Arm,
10 > Klinikum Barmen, Tag 23 - Schwarz-Wei�:009f.jpg
11 >
12 > "Schwarz-Wei�:009f" should read "Schwarz-Weiß".
13 >
14 > What I don't understand is, why the "ß" has been (wrongly)
15 > encoded as �:009f.
16 >
17 > Why is that happening?
18 >
19 Probably something with UTF-6. From gucharmap:
20
21 ß
22
23 U+00DF LATIN SMALL LETTER SHARP S
24
25 General Character Properties
26
27 Unicode category: Letter, Lowercase
28
29 Various Useful Representations
30
31 UTF-8: 0xC3 0x9F
32 Octal escaped UTF-8: \303\237
33 Decimal entity reference: &#223;
34
35 Annotations and Cross References
36
37 Alias names:
38 • Eszett
39
40 Notes:
41 • German
42 • uppercase is "SS"
43 • in origin a ligature of U+017F LATIN SMALL LETTER LONG S and
44 U+0073 LATIN SMALL LETTER S
45
46 See also:
47 • U+03B2 GREEK SMALL LETTER BETA
48
49 --
50 Peter
51 ========================================================================
52 Gentoo Linux: Portage 2203-svn. kernel-2.6.16-gentoo.
53 i686 AMD Athlon(tm) XP 3200+. gcc(GCC): 3.4.6.
54 KDE: 3.5.2. Qt: 3.3.6.
55 ========================================================================
56 --
57 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Strangely encoded filenames with special characters Mick <michaelkintzios@×××××.com>