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: 103376,f60f5c7d345f6991 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!q3g2000prf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Ada and locale Date: Fri, 19 Oct 2007 12:23:45 -0000 Organization: http://groups.google.com Message-ID: <1192796625.038779.61880@q3g2000prf.googlegroups.com> References: <1192782337.833650.324350@t8g2000prg.googlegroups.com> NNTP-Posting-Host: 83.221.193.100 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1192796625 2430 127.0.0.1 (19 Oct 2007 12:23:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 19 Oct 2007 12:23:45 +0000 (UTC) In-Reply-To: <1192782337.833650.324350@t8g2000prg.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q3g2000prf.googlegroups.com; posting-host=83.221.193.100; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2499 Date: 2007-10-19T12:23:45+00:00 List-Id: On Oct 19, 12:25 pm, Maciej Sobczak wrote: > I would like to know how I can benefit from the locale support in my > operating system. > By locale I mean the set of properties of the I/O system that allow to > customize formatting of numbers, collating, character classification > and such. > ARM don't define any way for application localization. You must use some external library. GUI toolkits usually include such support. I don't known about Gtk, but Qt have QLocale class for numeric formatting customization and support characters and strings operations through QString and QChar classes.