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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,327bb686c52ccfec X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: UNICODE - non-Asian Date: 1998/05/20 Message-ID: #1/1 X-Deja-AN: 355119950 References: <35625647.1E85@erols.com> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 895708501 16918 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-05-20T00:00:00+00:00 List-Id: Bill, you asked: <> Greek uses an 8-bit code. It is one of the family of 8-bit codes of which Latin-1 is an example. Generally any compiler will support use in a Greek environment without much fiddling. In addition, GNAT provides the option of using Latin-1/Latin-2/Latin-3/Latin-4 as well as the IBM PC set (both code pages 437 and 850) for identifiers. This is a non-standard feature (although this kind of non-standard capability is very much anticipated by 3.5.2(4): Implementation Permissions 4 In a nonstandard mode, an implementation may provide other interpretations for the predefined types Character and Wide_Character, to conform to local conventions. ) The main effect of selecting one of these options in GNAT (they are fully documented in the GNAT documentation) is that you get proper recognition of the full set of "letters" with proper upper/lower case equivalence. I am not sure what encodings are standard for Hebrew, someone here should know. I am a little suprised if we don't support it already, since we have a number of customers in Israel, and this subject has not come up :-)