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,79c108d8d805d021 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Wed, 31 May 2006 00:52:39 -0500 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Ada and Internationalization References: <1149026932.554318.202570@i39g2000cwa.googlegroups.com> Date: Wed, 31 May 2006 07:52:21 +0200 Message-ID: <87k682g2qy.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:12XEYq7K7Xq9ndenP3mwhF2nXUY= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.56.227 X-Trace: sv3-mpBPZJO0DoCcnlcY1OdGWhFPQ7RyaKng/n1TYdMoKPf1sUTLTGhXNRM7MdcQJClOjx7hxx7AxJG1UtZ!XyEbZHBZRdZAjP6q4PRRLgjdmA0dHGxV2F2DlJkj3T0WTrdpyi3ztoD9Kfd/DwlW73g3cL0HPQ== X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4613 Date: 2006-05-31T07:52:21+02:00 List-Id: "Michael Rohan" writes: > I've checked Google and have not been able to find anything in Ada out > there for internationalized code. There's support for Wide_Character > and Wide_Wide_Character but there doesn't seem to be libraries for > message strings. Before starting down the path of writing from > scratch, wanted to check. GtkAda contains a binding to GNU gettext. Look at http://libre.adacore.com/GtkAda . BTW, with GNU gettext, your internal encoding is likely to be UTF-8, so you wouldn't be using Wide_Character or Wide_Wide_Character. -- Ludovic Brenta.