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-Thread: 103376,2ff5c149712ec0eb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!w5g2000hsg.googlegroups.com!not-for-mail From: vgodunko@rostel.ru Newsgroups: comp.lang.ada Subject: Re: Ada Interfaces and the Liskov Substitution Principle Date: 30 May 2007 09:49:47 -0700 Organization: http://groups.google.com Message-ID: <1180543786.973021.272320@w5g2000hsg.googlegroups.com> References: <12h6mi42jcha0.7f9vfsnihjwr$.dlg@40tude.net> <1180011507.159515.46920@o5g2000hsb.googlegroups.com> <1180079541.558215.256570@h2g2000hsg.googlegroups.com> <1180124867.710641.176330@k79g2000hse.googlegroups.com> <1k165n4jwxna3$.1mpx49xvcrc0z$.dlg@40tude.net> <1180254636.632499.3340@o5g2000hsb.googlegroups.com> <1p717twnydnre$.1j6izygvqo832.dlg@40tude.net> <1180425803.422075.100090@o5g2000hsb.googlegroups.com> <1180452858.118039.67740@w5g2000hsg.googlegroups.com> <1180510814.812025.251580@u30g2000hsc.googlegroups.com> <1180529642.741098.224230@q66g2000hsg.googlegroups.com> <1ljmbgesxien.syhurcvjdcd2$.dlg@40tude.net> NNTP-Posting-Host: 87.117.36.1 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1180543790 23857 127.0.0.1 (30 May 2007 16:49:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 30 May 2007 16:49:50 +0000 (UTC) In-Reply-To: <1ljmbgesxien.syhurcvjdcd2$.dlg@40tude.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060914 SeaMonkey/1.0.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: w5g2000hsg.googlegroups.com; posting-host=87.117.36.1; posting-account=375N4Q0AAAAzUuvO_GtQ1y4GcAOan41q Xref: g2news1.google.com comp.lang.ada:15980 Date: 2007-05-30T09:49:47-07:00 List-Id: On May 30, 5:56 pm, "Dmitry A. Kazakov" wrote: > > Yes, if you wanted to prevent locales from mixing, if you wanted to deal > with text orientation in different languages, if you wanted > locale-dependent sorting etc. There must be a deep elaborated hierarchy I > suppose. > If you need deal with text orientation, locale-independent and locale specific sorting you may just to use Unicode standards. Unicode address this and many others things. ;-) All you need is unified text representation (use one of UTF-* encoding) inside your program. Implementation of some Unicode algoriphms you may found at Ada-RU site ;-) http://www.ada-ru.org/src_ais.html http://www.ada-ru.org/files/ais-0.0.1.tar.gz