public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* UTF-8 in file systems? xfs/extfs/etc.
@ 2004-02-09 11:58 Nico Schottelius
  2004-02-09 12:26 ` Måns Rullgård
                   ` (5 more replies)
  0 siblings, 6 replies; 81+ messages in thread
From: Nico Schottelius @ 2004-02-09 11:58 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]

Morning!

What Linux supported filesystems support UTF-8 filenames?

Looks like at least xfs and reiserfs are not able of handling them,
as Apache with UTF-8 as default charset delievers wrong names, when
accessing files with German umlauts.

Is it somehow planned to enable it?
Or are you waiting for patches which do that job?

Greetings,

Nico

-- 
Keep it simple & stupid, use what's available.
pgp: 8D0E E27A          | Nico Schottelius
http://nerd-hosting.net | http://linux.schottelius.org

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 81+ messages in thread
* Re: JFS default behavior (was: UTF-8 in file systems? xfs/extfs/etc.)
@ 2004-02-12 16:50 Nicolas Mailhot
  2004-02-12 18:12 ` Robin Rosenberg
  2004-02-13  3:03 ` Jamie Lokier
  0 siblings, 2 replies; 81+ messages in thread
From: Nicolas Mailhot @ 2004-02-12 16:50 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]

Not specifying the file name encoding (either per fs type, per partition
or per filename) is plain dangerous. It is not a userspace problem -
flash/hotplug disks move, users on the same system can have different
locales and try to share files, a user can change his locale to another
one (hear the screams of RH users forcibly converted to utf8 which had
to fix years of storage which filenames were suddenly borked) 

See also the sun zip encoding bug - everyone uses zip files in Java, zip
authors thought a filename is "just a bunch of bytes" and didn't put
filename encoding info in the zip format, and now java zip handling goes
boom since numerous encodings are unicode-incompatible. It's slowly
getting its way to the top-25 most reported java bugs.

(of course as usual US users/coders  are not hit and do not feel
concerned)

The only reason we got by with it so far is linux localisation was poor,
and systems didn't scale high enough to permit high number of users per
system (reducing locale collision risks)

The only reason we might get by in the future is everyone will be using
utf8.

But that's not a reason not to fix the core problem - I don't want to
spent hours fixing filenames next time someone comes up with a new
encoding. Please put valid encoding info somewhere or declare filenames
are utf-8 od utf-16 only - changing user locale should not corrupt old
data.

Cheers,

-- 
Nicolas Mailhot

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 81+ messages in thread
[parent not found: <04Feb13.015940est.41760@gpu.utcc.utoronto.ca>]
[parent not found: <04Feb13.024659est.41760@gpu.utcc.utoronto.ca>]
[parent not found: <1nioI-5Re-1@gated-at.bofh.it>]
[parent not found: <1pvrI-8bq-29@gated-at.bofh.it>]

end of thread, other threads:[~2004-02-16 21:44 UTC | newest]

Thread overview: 81+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-09 11:58 UTF-8 in file systems? xfs/extfs/etc Nico Schottelius
2004-02-09 12:26 ` Måns Rullgård
2004-02-09 12:28 ` Hugo Mills
2004-02-09 13:04 ` Matthew Reppert
2004-02-09 13:36 ` Matthias Urlichs
2004-02-10  4:32   ` Mike Fedyk
2004-02-10  4:53     ` Matthias Urlichs
2004-02-10  9:46     ` Robin Rosenberg
2004-02-10 23:04     ` jw schultz
2004-02-10 23:17       ` viro
2004-02-10 23:23       ` Måns Rullgård
2004-02-11  0:02       ` Mike Fedyk
2004-02-09 15:06 ` Matthew Garrett
2004-02-11  6:39 ` Tim Connors
2004-02-11 16:35   ` JFS default behavior (was: UTF-8 in file systems? xfs/extfs/etc.) Dave Kleikamp
2004-02-12  0:45     ` Andy Isaacson
2004-02-12  1:19       ` Tim Connors
2004-02-12  3:54       ` jw schultz
2004-02-12 12:03         ` Robin Rosenberg
2004-02-12  8:54       ` Jamie Lokier
2004-02-12 15:55         ` Robin Rosenberg
2004-02-12 16:17           ` John Bradford
2004-02-12 16:40             ` Robin Rosenberg
2004-02-12 17:16               ` John Bradford
2004-02-12 18:06                 ` Robin Rosenberg
2004-02-12 19:08                   ` John Bradford
2004-02-12 19:39                     ` Robin Rosenberg
2004-02-12 21:13                       ` John Bradford
2004-02-12 22:29                         ` Robin Rosenberg
2004-02-12 22:50                           ` Valdis.Kletnieks
2004-02-13  2:58                           ` Jamie Lokier
2004-02-13  9:48                             ` Robin Rosenberg
2004-02-13  3:15                         ` Jamie Lokier
2004-02-14 15:24                     ` Eduard Bloch
2004-02-13  0:17             ` Jamie Lokier
2004-02-13  0:38           ` Jamie Lokier
2004-02-13  1:16             ` Robin Rosenberg
2004-02-13  1:23               ` Jamie Lokier
2004-02-13  1:46                 ` Robin Rosenberg
2004-02-13  2:29               ` viro
2004-02-13  3:23                 ` Jamie Lokier
2004-02-14 15:09                   ` Eduard Bloch
2004-02-15  1:01                     ` Jamie Lokier
2004-02-16 14:03                       ` Eduard Bloch
2004-02-16 14:28                         ` Jamie Lokier
2004-02-16 19:22                           ` Eduard Bloch
2004-02-16 21:44                             ` Jamie Lokier
2004-02-16 15:18                         ` Valdis.Kletnieks
2004-02-16 15:32                           ` Jamie Lokier
2004-02-16 19:13                             ` Eduard Bloch
2004-02-16 15:46                           ` John Bradford
2004-02-16 15:48                             ` viro
2004-02-16 16:43                               ` John Bradford
2004-02-16 16:25                             ` Robin Rosenberg
2004-02-16 15:27                         ` Jamie Lokier
2004-02-16 15:44                         ` Robin Rosenberg
2004-02-13 10:03                 ` Robin Rosenberg
2004-02-13 10:22                   ` vda
2004-02-13 10:29                     ` Robin Rosenberg
2004-02-12 13:28       ` Dave Kleikamp
2004-02-12 15:26       ` Valdis.Kletnieks
2004-02-12 15:41         ` Dave Kleikamp
  -- strict thread matches above, loose matches on Subject: below --
2004-02-12 16:50 Nicolas Mailhot
2004-02-12 18:12 ` Robin Rosenberg
2004-02-13  3:03 ` Jamie Lokier
2004-02-13 10:07   ` Robin Rosenberg
2004-02-13 18:06   ` Nicolas Mailhot
2004-02-13 18:15     ` viro
2004-02-13 18:24       ` Valdis.Kletnieks
2004-02-13 18:31         ` viro
2004-02-13 20:27           ` Jamie Lokier
2004-02-13 18:31       ` Richard B. Johnson
2004-02-13 22:39         ` Robin Rosenberg
     [not found] <04Feb13.015940est.41760@gpu.utcc.utoronto.ca>
2004-02-13 10:26 ` Robin Rosenberg
     [not found] <04Feb13.024659est.41760@gpu.utcc.utoronto.ca>
2004-02-13 17:57 ` Nicolas Mailhot
     [not found] <1nioI-5Re-1@gated-at.bofh.it>
     [not found] ` <1orqh-6gs-47@gated-at.bofh.it>
     [not found]   ` <1ozGR-60N-1@gated-at.bofh.it>
     [not found]     ` <1oAa3-6pR-37@gated-at.bofh.it>
     [not found]       ` <1oBpi-7pO-1@gated-at.bofh.it>
     [not found]         ` <1oCbM-8oW-9@gated-at.bofh.it>
     [not found]           ` <1p9Kl-7BV-1@gated-at.bofh.it>
     [not found]             ` <1piXj-1d3-3@gated-at.bofh.it>
2004-02-15 14:26               ` Pascal Schmidt
     [not found]               ` <1pRLy-21o-31@gated-at.bofh.it>
     [not found]                 ` <1pSRf-31Z-5@gated-at.bofh.it>
2004-02-16 15:44                   ` Pascal Schmidt
2004-02-16 15:59                     ` Valdis.Kletnieks
     [not found] <1pvrI-8bq-29@gated-at.bofh.it>
     [not found] ` <1pvrI-8bq-31@gated-at.bofh.it>
     [not found]   ` <1pvrJ-8bq-33@gated-at.bofh.it>
     [not found]     ` <1pvrJ-8bq-35@gated-at.bofh.it>
     [not found]       ` <1pvrJ-8bq-37@gated-at.bofh.it>
     [not found]         ` <1pvrJ-8bq-39@gated-at.bofh.it>
     [not found]           ` <1pvrJ-8bq-41@gated-at.bofh.it>
     [not found]             ` <1pvrJ-8bq-43@gated-at.bofh.it>
     [not found]               ` <1pTay-3hc-13@gated-at.bofh.it>
     [not found]                 ` <1pTay-3hc-15@gated-at.bofh.it>
     [not found]                   ` <1pTay-3hc-11@gated-at.bofh.it>
     [not found]                     ` <1pTu7-3Ce-7@gated-at.bofh.it>
2004-02-16 17:26                       ` Pascal Schmidt
2004-02-16 17:58                         ` Valdis.Kletnieks
2004-02-16 19:48                           ` Pascal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox