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,347f7cbe27451012 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!57g2000hsv.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Take Command Plugin, Win32Ada and Ada.Directories Date: Wed, 14 Nov 2007 11:19:44 -0000 Organization: http://groups.google.com Message-ID: <1195039184.134708.325400@57g2000hsv.googlegroups.com> References: <3343563.psPA6e9Oqh@linux1.krischik.com> <1pkwbr5s12cf9$.9k2umlcxqzbr.dlg@40tude.net> <473A1241.90702@obry.net> <1vrktz0rlauvu.1nm0xh8n2wl90.dlg@40tude.net> <473ab86d$1@news.post.ch> <473ac065$0$16659$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: 83.221.193.136 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1195039184 25713 127.0.0.1 (14 Nov 2007 11:19:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 14 Nov 2007 11:19:44 +0000 (UTC) In-Reply-To: <473ac065$0$16659$9b4e6d93@newsspool3.arcor-online.net> 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: 57g2000hsv.googlegroups.com; posting-host=83.221.193.136; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:18367 Date: 2007-11-14T11:19:44+00:00 List-Id: On Nov 14, 12:31 pm, Georg Bauhaus wrote: > > package IConv is > > -- the missing link to, e.g. > --http://www.gnu.org/software/libiconv/ > > end IConv; > This sees as too complex solution for me. Long time we are using only Wide_Character and Wide_String in our code and bindings to the wcstombs(3)/mbstowcs(3) functions pair for conversion between locale multibyte (char *) strings and wide (wchar_t *) strings. This work well on most *nix systems, I don't known does or doesn't it work on Windows.