Re: Re: Umlaute

Matthias Radestock <[email protected]>
Newsgroups gmane.comp.java.sisc.devel
Organization LShift Ltd
Message-ID <[email protected]>
[email protected] wrote:
> With my character set I can't see an umlaut, in the define statement.
> Are there two characters in the result of evaluating a?  What are they?  
> Is a's string-length 1?  

(equal? "ä" "\u00e4")
          ^----weird character.
returns #t. The latter is the unicode point for the former. The string 
length is 1. So it looks like input is ok and that the problem is 
output. Also note that read/write invariance via with-output-to-string 
is preserved, but via files is *not*.


Matthias.



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.