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,182c0df39337eeca X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed-0.progon.net!progon.net!news-zh.switch.ch!switch.ch!cernne03.cern.ch!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Wide Character Problem in Ada.Numerics Date: Wed, 25 Apr 2007 10:28:46 +0200 Organization: CERN News Message-ID: References: <1177363740.965003.247270@l77g2000hsb.googlegroups.com> <462daae8$1@news.post.ch> <1177432510.964311.114370@r3g2000prh.googlegroups.com> NNTP-Posting-Host: pb-d-128-141-44-95.cern.ch Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: cernne03.cern.ch 1177489729 32152 128.141.44.95 (25 Apr 2007 08:28:49 GMT) X-Complaints-To: news@@cern.ch NNTP-Posting-Date: Wed, 25 Apr 2007 08:28:49 +0000 (UTC) User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) In-Reply-To: <1177432510.964311.114370@r3g2000prh.googlegroups.com> Xref: g2news1.google.com comp.lang.ada:15275 Date: 2007-04-25T10:28:46+02:00 List-Id: Adam Beneschan wrote: > Wait a minute... are you saying that in GNAT, you cannot WITH a > package unless the source of the WITH'ed package uses the same > encoding as the source of the package doing the WITH'ing? Ouch. This > somehow seems to run counter to the whole philosophy of abstraction > that packages are supposed to provide. It just shows that GNAT's 'with' is about the same as '#include' in C. My personal opinion: allowing arbitrary encodings in source code is a bad idea anyway. -- Maciej Sobczak : http://www.msobczak.com/ Programming : http://www.msobczak.com/prog/