Questions tagged [msgfmt]
21 questions
0
votes
0 answers
PHP strange characters on transalation
I have a application made in PHP, on this application I have the option to translate the page with some languages, but if I try to translate to Spanish the characters with accent marks, shows a question mark symbol (�) like: acci�n.
To generate the…

heliosk
- 1,113
- 3
- 23
- 45
0
votes
1 answer
How to run msgfmt using exec in php?
I am trying to use exec command in PHP as follows:
exec("msgfmt /locale/2019_11_26_17.po -o /locale/file.mo")
It is not allowing me to do it. However, if I run this command using terminal, it works.
Please help me to figure out what is going…

Trupti
- 843
- 2
- 11
- 28
0
votes
1 answer
Why does GNU msgfmt silently omit these strings from catalog?
I'm writing a utility that examines po files, and I'm trying to understand some behavior of msgfmt that I can't explain.
A po-file that I am using for testing (from vlc project) contains these strings, which mysteriously don't appear in the .mo…

Chris Beck
- 15,614
- 4
- 51
- 87
0
votes
2 answers
The gettext "msgfmt" command exits with status code 0 but does not write an .MO file
I've been making international-ready an application using the gettext family of tools, translating the .po. file to .mo using the msgfmt program. This was working at first, but as of the last few days it has stopped working. No errors are reported…

Magnus
- 101
- 5
0
votes
0 answers
Resource for fmt tag library not getting loaded in footer JSP
I have 3 JSP with me. header.jsp, center.jsp and footer.jsp. Together they form a landing page.Each of them gets executed in sequence as provided above.
Now am trying to use fmt tld to show some static content on my site.
My code in header.jsp has…

KD.
- 2,015
- 3
- 28
- 59
0
votes
1 answer
fmt messages will recognize some key's but others not
So I'm working with fmt messages. But some of the keys that I am using aren't being recognized. Some key's work but other don't. This is the first time I'm using this.
And I'm tottaly stumped.
What am I doing wrong?
EDIT!
Ok I fixed it. Deleting and…

David Maes
- 574
- 6
- 23