I am using xgettext on a php file with source text in French, hence with accented chars. Such chars are not correctly interpreted, and in the .po file produced: them all appear as little square. As a result, these are not matched anymore by gettext (after producing the .mo file) Any suggestion? Thanks.
Asked
Active
Viewed 57 times
1 Answers
0
Have you tried using --from-code=utf-8? xgettext defaults to ASCII encoding

adamfowlerphoto
- 2,708
- 1
- 11
- 24