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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!newsfeed.xs3.de!io.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Community Input for the Maintenance and Revision of the Ada Programming Language Date: Sat, 2 Sep 2017 20:17:45 -0500 Organization: JSA Research & Innovation Message-ID: 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> Injection-Date: Sun, 3 Sep 2017 01:17:45 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="30976"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: news.eternal-september.org comp.lang.ada:47895 Date: 2017-09-02T20:17:45-05:00 List-Id: "Justin Sq" wrote in message news:d3f10832-6382-4ca7-b6c1-1aece935689b@googlegroups.com... >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. > >Perhaps I will submit an AI for it. Please don't waste our (my) time with that; there already is an AI for "additional internationalization", which would cover any solution (including the stupid one). Note that overloading routines for Wide_String and the like doesn't work because no calls could use string literals in that case (which would be wildly incompatible); the routines would need an entirely new set of times. I call this the "Tom Petty" solution, because it would require a trip into the Wide_Wide_Open to do that. ;-) Randy.