-1

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.

Janko
  • 51
  • 1
  • 8

1 Answers1

0

Have you tried using --from-code=utf-8? xgettext defaults to ASCII encoding

adamfowlerphoto
  • 2,708
  • 1
  • 11
  • 24