[fpc-pascal] gnugettext
Michael Van Canneyt
michael at freepascal.org
Mon Aug 25 13:17:20 CEST 2008
On Mon, 25 Aug 2008, Carsten Bager wrote:
> Hi
>
> I am using the gnugettext unit on Linux (Arm9), but when using Russian as
> translated language I have a problem. All Russian chars are returned as "?"
>
> I believe the problem is in the system unit, everything looks fine (debug
> output from gnugettext) but it looks like when translated in gettext output is
> converted by the system (maybe by Ansi2WideMove).
>
> Anybody have an idea where to go from here.
Did you add cwstring to the uses clause of your program ? Without it,
you won't have access to the recoding routines.
Michael.
More information about the fpc-pascal
mailing list