using gettext at arm-linux system
- by savant
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?