Browse thread
[Caml-list] How do I create files with UTF-8 file names?
-
Mattias Waldau
-
Yamagata Yoriyuki
-
Mattias Waldau
- Yamagata Yoriyuki
-
Mattias Waldau
- Peter Jolly
-
Yamagata Yoriyuki
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-09-15 (13:27) |
From: | Yamagata Yoriyuki <yoriyuki@m...> |
Subject: | Re: [Caml-list] How do I create files with UTF-8 file names? |
From: Mattias Waldau <mattias.waldau@abc.se> Subject: Re: [Caml-list] How do I create files with UTF-8 file names? Date: Wed, 15 Sep 2004 14:54:19 +0200 > On windows I will get a file called "\164\198\164\185\164\200" instead > of the actual name. Your Windows probably does not recognize EUC-JP, so if you input my example literally, it would not be displayed correctly. Try "\227\129\166\227\129\153\227\129\168" (UTF-8 encoded string) if you configured your system to use UTF-8, or some Nordic characters. -- Yamagata Yoriyuki ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners