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,437e9fdc6e4f0fdd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-08 03:16:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sjo1.usenetserver.com!news-out-sjo.usenetserver.com!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.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: Hebrew Date: 08 Apr 2001 12:27:09 +0200 Organization: Enyo's not your organization Message-ID: <87vgofy9du.fsf@deneb.enyo.de> References: <9ap1rl$9ic1@news.cis.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:6639 Date: 2001-04-08T12:27:09+02:00 List-Id: dvdeug@x8b4e53cd.dhcp.okstate.edu (David Starner) writes: > What type of functionality? Right-to-left? It doesn't seem like that > big a deal - wide_text_io could handle it right now, right? In the Unicode universe, handling right-to-left scripts correctly is mostly the job of the terminal, not of the application. Unicode stores characters in logical order, not in visual order.