Code

Makefile: tell xgettext(1) that our source is in UTF-8
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 30 Aug 2010 15:27:57 +0000 (15:27 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:10:05 +0000 (07:10 +0000)
commit13c65278d22e6c7f550a7a69889d2d8038000751
tree0cafcce9c04225e36f9f20b3d610ede8650a0a7e
parenta18a5aa515916cdbbd0791ac0e0c63e3780befa9
Makefile: tell xgettext(1) that our source is in UTF-8

By default xgettext(1) assumes that source code is in US-ASCII, change
that to UTF-8 for our case.

I'm not planning to include non-ASCII in any of the main Git interface
strings. But this'll be used for a gettext regression test to make
sure this works if we ever want to go this route, and to check that
the gettext implementation is sane in this regard.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Makefile