Using uft8 encoded strings in windows filesystem
I've got a project which is completely enconded in UTF-8. The database
and the served pages are in this encoding. But when using filesystem
functions like mkdir() fopen(), etc. -UNDER WINDOWS- it produces wrong
file and directory names.
If I mkdir('日本語') the directory 日本語 is created in the
filesystem.
This does not seem a filesystem limitation as if I create manually
from the windows explorer a directory with the same name, the
directory is created correctly.
How can i write my utf filenames as they are?
.
Relevant Pages
- Re: reiser4 plugins
... > an entire new storage array and this wasn't/isn't cheap. ... > following versions of an article; reduced the database by 85%). ... So a filesystem with intelligent ... Any "unnecessary double work" would squarely be within ReiserFS... ... (Linux-Kernel) - Re: [RFC] Linux Kernel Subversion Howto
... - you only have a filesystem that supports 8.3 file names, ... This was the clever trick I alluded to. ... > why aren't you telling Oracle to disclose how Oracle works inside? ... stored in the database for itself, ... (Linux-Kernel) - Re: [PHP] Re: how to display images stored in DB
... To follow up with Ted, nobody said using the filesystem is bad, ... many of us are saying is that the database is not necessarily bad ... Think of the UNIX file systems, ... he argues in favour of the irrefutability of his argument only needs one ... (php.general) - Re: Large file management - using filesystem vs. RDMS
... > file management/storage system and the best ... > systems and the question of using a filesystem versus a RDMS for large ... For filesystem storage, the solution would be to use a standard ... > location to database record, ... (linux.redhat) - Re: Kernel SCM saga..
... >content-addressable filesystem, and I guarantee you that it's faster than ... a database is pretty much guaranteed to only incur overhead. ... the server compares the lists and acquaints ... If you have big chest and lots of small chests containing the same bulk ... (Linux-Kernel) |
|