Newsgroups: comp.lang.lisp
From: tar...@google.com
Date: Fri, 20 Apr 2012 13:54:24 -0700 (PDT)
Local: Fri, Apr 20 2012 4:54 pm
Subject: Re: clisp parse-namestring and chinese character on Windows
On Thursday, April 19, 2012 8:36:44 PM UTC-7, zea...@126.com wrote:
Possibly.
> I am a Chinese clisp user, working on Windows Chinese Edition with > Emacs23. > I have found that clisp' s implementation of parse-namestring can not
> clisp -E UTF-8
> But, when I call the function:
> (parse-namestring "F:/工具")
> I get the right result, but there still are OTHER characters can not
> I try the same function calls in Ubuntu, and always get the right
> Maybe that's a BUG? Or I missed something?
I also know nothing about the file system interface in Windows and whether that can properly support utf-8 character encodings. You might want to try your question on a clisp specific bug mailing list like clisp-devel But the other thing to look into is to make sure that the input you are giving clisp is actually proper utf-8 encoding.
If you are reading the forms from a file, you need to make sure the file is saved in utf-8 format.
For starters, then, I would put the PARSE-NAMESTRING inside another test function whose name consists only of ascii characters. That will let you test without worrying about how the typing gets encoded into characters. Put that function in a text file and make sure the text file is properly saved in utf-8 format. Load the test file and try to call your test function.
If you are typing the characters at the terminal interactively, you would need to make sure that the characters that are passed are really proper utf-8 characters.
I would start by trying to examine the string that you use for the name and making sure that it is a proper utf-8 string. That will likely require you to use some clisp specific functions to look at the string and its encoding.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||