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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,2e6723b897ab47fb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.88.41 with SMTP id bd9mr1226615pab.47.1344849138700; Mon, 13 Aug 2012 02:12:18 -0700 (PDT) Path: p10ni51394108pbh.1!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!novia!feeder1.xenna.intern!feed.xsnews.nl!border-2.ams.xsnews.nl!feeder1.cambriumusenet.nl!80.86.168.138.MISMATCH!news-feed.eu.lambdanet.net!texta.sil.at!newsfeed.utanet.at!feeder3.cambriumusenet.nl!feed.tweaknews.nl!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Marius Amado-Alves Newsgroups: comp.lang.ada Subject: Re: Ada.Locales pseudo-string types Date: Mon, 6 Aug 2012 10:10:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <78707b6e-88a3-453a-a37c-840f7a62e703@googlegroups.com> NNTP-Posting-Host: 188.82.45.163 Mime-Version: 1.0 X-Trace: posting.google.com 1344273118 17949 127.0.0.1 (6 Aug 2012 17:11:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 6 Aug 2012 17:11:58 +0000 (UTC) In-Reply-To: <78707b6e-88a3-453a-a37c-840f7a62e703@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.82.45.163; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 X-Received-Bytes: 1527 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-06T10:10:31-07:00 List-Id: To clarify: Put_Line does NOT work. The compiler (GNAT GPL 2012) says: Put_Line (Country) => expected type "Standard.String" found type "Ada.Locales.Country_Code" Put_Line (String (Country)) => component subtypes must statically match