comp.lang.ada
 help / color / mirror / Atom feed
* Ada and locale
@ 2007-10-19  8:25 Maciej Sobczak
  2007-10-19 12:23 ` Vadim Godunko
  2007-10-19 21:06 ` Jacob Sparre Andersen
  0 siblings, 2 replies; 3+ messages in thread
From: Maciej Sobczak @ 2007-10-19  8:25 UTC (permalink / raw)


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.

The F.3 section of AARM (Edited Output for Decimal Types) is the only
part where the word "locale" is used, but it is not what I'm looking
for.

--
Maciej Sobczak * www.msobczak.com * www.inspirel.com




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ada and locale
  2007-10-19  8:25 Ada and locale Maciej Sobczak
@ 2007-10-19 12:23 ` Vadim Godunko
  2007-10-19 21:06 ` Jacob Sparre Andersen
  1 sibling, 0 replies; 3+ messages in thread
From: Vadim Godunko @ 2007-10-19 12:23 UTC (permalink / raw)


On Oct 19, 12:25 pm, Maciej Sobczak <see.my.homep...@gmail.com> 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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ada and locale
  2007-10-19  8:25 Ada and locale Maciej Sobczak
  2007-10-19 12:23 ` Vadim Godunko
@ 2007-10-19 21:06 ` Jacob Sparre Andersen
  1 sibling, 0 replies; 3+ messages in thread
From: Jacob Sparre Andersen @ 2007-10-19 21:06 UTC (permalink / raw)


Maciej Sobczak wrote:

> I would like to know how I can benefit from the locale support in my
> operating system.

For example using the package GtkAda.Intl (which only covers basic
"gettext" stuff).

Greetings,

Jacob
-- 
Who guards the guardians?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-19 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-19  8:25 Ada and locale Maciej Sobczak
2007-10-19 12:23 ` Vadim Godunko
2007-10-19 21:06 ` Jacob Sparre Andersen

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