mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] UTF-8 sequences


From: craven
Subject: Re: [MIT-Scheme-devel] UTF-8 sequences
Date: Wed, 18 Feb 2015 11:15:18 +0100
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu)

I forgot to mention this in the email just now:

> (wide-string->utf8-string (utf8-string->wide-string "ÄÖüäößſ"))
"�\204�\226üäö�\237ſ"

The problem *seems* to be that the second byte of each utf-8 sequence is
*not* actually output as the octal character \204, but instead the
characters "\204" (which obviously does not work correctly). 

Why are the lower-case umlauted characters handled differently than the
others (and how can I change that)?

Thanks for any help!

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]