Re: Open File Error? No.2

"Yasuhisa Matsumura" <[email protected]> Sun, 18 Oct 2009 12:17:22 +0900
Newsgroups gmane.comp.gnu.prolog.bugs
Organization Nagoya University of Foreign Studies
Message-ID <F67C7D8F4564493EBD8A7C40E23796F3@macbookyasu>
This is Yasuhisa Matsumura, again.
PS.  Please let me add some information to the previous mail ('Open File Error?')  of mine.


On Japanese Windows, you cannot create any file with a filename that includes the so called backslash '\\' (= [92]),
but you CAN create a file with such a Japanese filename the character codes for which include the backslash code [92] as its subpart. 

  For example:  you CANNOT directly create a file with the filename 'abc\d.txt'.
  But you CAN create a file with the filename '表.txt'.
  The character code list for '表.txt' is [149,92 | ".txt"].

Unfortunately, we have lots of such 2-byte characters that include [92].
The preceding code (=149 in the above example) directly before the backslash code [92] is always greater than (>) 128 in the Japanese system.

Yasuhisa Matsumura
[email protected]

_______________________________________________
Bug-prolog mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-prolog