bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] [bug #50357] xgettext doesn't recognise encoding aliases P


From: Bruno Haible
Subject: [bug-gettext] [bug #50357] xgettext doesn't recognise encoding aliases Python supports
Date: Mon, 20 Feb 2017 05:12:06 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #5, bug #50357 (project gettext):

> all Python implementations to my knowledge support the same set of encodings
for Python source files
But the "# coding:" marker is interpreted by different programs: not only by
Python when it loads or compiles the file, but also by editors (Emacs et al.)
when they display a file, or - here - by xgettext when it extracts
internationalized strings.

You cannot expect that all these programs support all the encodings listed in
that page, from EBCDIC-CP-HE to kz1048.

That's where standards come into play: to state clear expectations about
interoperability between different programs. The standards don't know about an
alias "utf8". So it's an unreasonable expectation that editors and xgettext
support it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50357>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]