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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.158.12 with SMTP id h12mr4927529ioe.85.1504268618331; Fri, 01 Sep 2017 05:23:38 -0700 (PDT) X-Received: by 10.36.4.216 with SMTP id 207mr16445itb.7.1504268618276; Fri, 01 Sep 2017 05:23:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!2.eu.feeder.erje.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!v20no507744qtg.0!news-out.google.com!a26ni1417qta.0!nntp.google.com!v20no507739qtg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Sep 2017 05:23:37 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=23.246.92.131; posting-account=0e_2YQoAAACiyvAQE9nydlmk8joBaY1J NNTP-Posting-Host: 23.246.92.131 References: <79e06550-67d7-45b3-88f8-b7b3980ecb20@googlegroups.com> <9d4bc8aa-cc44-4c30-8385-af0d29d49b36@googlegroups.com> <1395655516.524005222.638450.laguest-archeia.com@nntp.aioe.org> <4527d955-a6fe-4782-beea-e59c3bb69f21@googlegroups.com> <22c5d2f4-6b96-4474-936c-024fdbed6ac7@googlegroups.com> <1919594098.524164165.354468.laguest-archeia.com@nntp.aioe.org> <85d4930c-d4dc-4e4f-af7a-fd7c213b8290@googlegroups.com> <725b229b-f768-4603-b564-4751e5e7136f@googlegroups.com> <87ziag9ois.fsf@jacob-sparre.dk> <87val3aoly.fsf@jacob-sparre.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Community Input for the Maintenance and Revision of the Ada Programming Language From: jsquirek@gmail.com Injection-Date: Fri, 01 Sep 2017 12:23:38 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:47873 Date: 2017-09-01T05:23:37-07:00 List-Id: On Friday, September 1, 2017 at 3:24:42 AM UTC-4, Dmitry A. Kazakov wrote: > On 01/09/2017 05:51, Justin Sq wrote: > > There is a lot of high-level discussion here regarding the many > > issues with Ada strings and UTF8 - and I agree for the most part, > > but I think the solution here would be to add some new versions or > > amendments to Text_IO and Directories that take Wide_Strings and > > Wide_Wide_Strings for paths. It would be intuitive, solve the > > problem, and fit the style of the runtime > > This will break a lot of code that uses string literals in arguments as > well as the code with operations like: > > function Extension (Name : in String) return String; > > And it would not solve the problem with Unbounded_String. > > P.S. There is no solution based on overloading with unrelated string and > characters types. The packages like Wide_Text_IO was an attempt to keep > types unrelated while overloading at package level. Surprise, that > didn't work either. > Ah yes, I suppose you are right. This is a difficult situation...