comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <bauhaus@futureapps.de>
Subject: Re: System.WCh_Cnv
Date: Tue, 25 Jul 2006 16:09:34 +0200
Date: 2006-07-25T16:06:41+02:00	[thread overview]
Message-ID: <1153836574.7121.5.camel@localhost> (raw)
In-Reply-To: <mailman.48.1153832611.30988.comp.lang.ada@ada-france.org>

On Tue, 2006-07-25 at 14:03 +0100, Marius Amado-Alves wrote:

> for I in Str'Range loop
>     if Str (I) = Euro_Sign then ...
> end loop;

As you implied elsewhere

  while Has_Element(Str) loop
      if Element(Str) = Euro_Sign then ...
  end loop;

UTF-anything is an external form for transmission of characters.
So yes, perhaps internal Wide_Wide_Character will be well suited.
When I tried Containers.Vectors in place of Unbounded_String,
the container performance was very good.






  parent reply	other threads:[~2006-07-25 14:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <EBEKJMEEPPFAACCBBGNHAELNDIAA.randy@rrsoftware.com>
2006-07-25 10:31 ` System.WCh_Cnv Marius Amado-Alves
2006-07-25 12:21   ` System.WCh_Cnv Dmitry A. Kazakov
2006-07-25 13:03     ` System.WCh_Cnv Marius Amado-Alves
2006-07-25 13:36       ` System.WCh_Cnv Dmitry A. Kazakov
2006-07-25 14:09       ` Georg Bauhaus [this message]
     [not found] <8BB3B99E-16DA-4EBF-A2FE-50B079349CA9@amado-alves.info>
2006-07-25  0:45 ` System.WCh_Cnv Marius Amado-Alves
2006-07-12 14:13 System.WCh_Cnv Y.Tomino
2006-07-12 15:51 ` System.WCh_Cnv Martin Krischik
2006-07-12 18:57   ` System.WCh_Cnv Björn Persson
2006-07-13 17:24   ` System.WCh_Cnv demoonlit
2006-07-13 21:30     ` System.WCh_Cnv Björn Persson
2006-07-14  7:19       ` System.WCh_Cnv Dmitry A. Kazakov
2006-07-14  7:40       ` System.WCh_Cnv Martin Krischik
2006-07-14 12:18         ` System.WCh_Cnv Björn Persson
2006-07-16 11:41           ` System.WCh_Cnv Martin Krischik
2006-07-24 21:00             ` System.WCh_Cnv Björn Persson
2006-07-24 23:35               ` System.WCh_Cnv Randy Brukardt
2006-07-25  0:45                 ` System.WCh_Cnv Marius Amado-Alves
2006-07-14 16:13         ` System.WCh_Cnv Georg Bauhaus
2006-07-12 18:57 ` System.WCh_Cnv Björn Persson
2006-07-13 17:34   ` System.WCh_Cnv demoonlit
replies disabled

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