comp.lang.ada
 help / color / mirror / Atom feed
From: skylendar@yahoo.com (skylendar)
Subject: Ada and UTF-8
Date: 27 Apr 2005 15:05:26 -0700
Date: 2005-04-27T15:05:26-07:00	[thread overview]
Message-ID: <7eb5ab14.0504271405.6468bd7e@posting.google.com> (raw)

An iso8859-1 ascii string can easily be converted into a Wide_String
with the function To_Wide_String().

But I need to retrieve the UTF-8 image of such a Wide_String, and I
don't know how to do that.

Example:

W : Wide_String := To_Wide_String("accented characters ������");

then

S : String := xxx(W);


so that S would contains : "accented characters ééààèè"

Thanx for your help

Christophe



             reply	other threads:[~2005-04-27 22:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27 22:05 skylendar [this message]
2005-04-27 22:52 ` Ada and UTF-8 Georg Bauhaus
2005-04-29 20:32   ` skylendar
2005-04-28  7:31 ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox