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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8143b93889fe9472 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.175.65 with SMTP id w1mr5434003qaz.7.1359683303872; Thu, 31 Jan 2013 17:48:23 -0800 (PST) X-Received: by 10.49.75.195 with SMTP id e3mr1078270qew.24.1359683303846; Thu, 31 Jan 2013 17:48:23 -0800 (PST) Path: k2ni4456qap.0!nntp.google.com!p13no7618297qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 31 Jan 2013 17:48:23 -0800 (PST) In-Reply-To: <8e359168-9f18-437c-8188-6d1bd85ebed6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.54.159; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.54.159 References: <8dfcf819-e1d0-4578-a795-a4bf724b5014@googlegroups.com> <80a5c765-e5ff-4e7d-bc1b-e35f92a710a7@googlegroups.com> <15vb0qqqhjfhw.1oh0ihxfbhw5a.dlg@40tude.net> <8e359168-9f18-437c-8188-6d1bd85ebed6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada standard and maximum line lengths From: Shark8 Cc: mailbox@dmitry-kazakov.de Injection-Date: Fri, 01 Feb 2013 01:48:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-31T17:48:23-08:00 List-Id: On Tuesday, January 29, 2013 9:22:44 PM UTC-6, Lucretia wrote: > > I will have multiple representations, but that will be mainly due to character types, i.e. utf-8, wide, etc. Hm, will you perhaps use something like: (1) define interface type in base package, (2) define generic [child] packages, (3) detect encoding, and (4) instantiate (with character-encoding) the generic, and (5) use the object implementing the interface to parse?