From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6d9eb594a33cb947 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-30 00:40:08 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-lei1.dfn.de!news-nue1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: very specific question on Ada syntax Date: 30 Jan 2001 09:47:21 +0100 Organization: Enyo's not your organization Message-ID: <8766ixe89y.fsf@deneb.enyo.de> References: <94s4vm$qr4$1@nnrp1.deja.com> <87bssu2h6w.fsf@deneb.enyo.de> <94vp38$ldv$1@nnrp1.deja.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:4694 Date: 2001-01-30T09:47:21+01:00 List-Id: Robert Dewar writes: > > At least in Emacs, even a wide character consists of a single > > character. ;-) > > NO! That's wrong. Or more accurately, that would be a nasty > restriction. You definitely want to be able to edit texts > using their underlying representation, e.g. seeing ["0041"] > as those 8 characters, rather than as an upper case A. Ah, you were talking about the unusual ACVC/GNAT representation of wide characters using non-wide characters! Emacs has its own internal (and different) representation of multibyte characters, and an Emacs multibyte character is displayed as a single character.