Re: msgmerge problem
- From: Danilo Segan <danilo gnome org>
- To: Fernando Apesteguía <fernando apesteguia gmail com>
- Cc: gnome-i18n gnome org
- Subject: Re: msgmerge problem
- Date: Mon, 19 Jun 2006 17:27:56 +0200
Hi Fernando,
У пон, 19. 06 2006. у 14:26 +0200, Fernando Apesteguía пише:
> #: src/interface.c:340
> msgid "Vendor"
> msgstr "Prodavaè"
File is most likely encoded as ISO-8859-2. Try passing it through iconv
first:
$ iconv -f ISO-8859-2 -t UTF-8 <hr.po >hr2.po && mv hr2.po hr.po
Or, simply enter charset=ISO-8859-2 in the header field (though, I'd
recommend using UTF-8 for all languages in Gtk+-based programs).
Cheers,
Danilo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]