using gettext at arm-linux system
Posted
by savant
on Server Fault
See other posts from Server Fault
or by savant
Published on 2010-05-19T12:48:26Z
Indexed on
2010/05/19
12:50 UTC
Read the original article
Hit count: 231
I need to use gettext for web-interface localization. Translation saved in unicode and formatted with msgedit.
when I try to execute something like
#LC_MESSAGES=ru_RU.utf8 gettext -d domain "Sample text"
then i get string like "?????? ????" where "?" is 0x3f symbol.
What I forgot to do?
© Server Fault or respective owner