chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] i18n for Scheme programs?


From: Thomas Chust
Subject: Re: [Chicken-users] i18n for Scheme programs?
Date: Fri, 07 Oct 2005 14:36:58 -0000
User-agent: Opera M2/8.02 (MacPPC, build 2148)

Am 07.10.2005, 06:39 Uhr, schrieb Alejandro Forero Cuervo <address@hidden>:

[...]
Well, what I was thinking was of having the Scheme programmer write

  (_ "foo")

instead of

  "foo".

Here, _ would be a wrapper to gettext(3), which receives "foo" and
returns the translated string.  So it would be activated by the
programmer on a string-by-string basis.
[...]

Hello,

the GNU internationalization utilities support guile with exactly the proposed syntax -- so it shouldn't really be a problem to get them working with CHICKEN. Probably one would just need a wrapper for all the C procedures from the internationalization library.

cu,
Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]