I suddenly saw when running glib-gettextize on a package source, the following changes:

 $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
-   --add-comments --from-code=UTF-8 --keyword=_ --keyword=N_ \
+   --add-comments --keyword=_ --keyword=N_ \
+          --flag=g_strdup_printf:1:c-format \
...
  --files-from=$(srcdir)/POTFILES.in \

While the addition of the --flags are quite useful, I wonder why -from-code=UTF-8  suddenly disappears.

Is there any reason for this?

Or a workaround?

Or maybe some flags I've missed to get it?

Attachment: 36C471DED4B09EEB30A0281F2608DB2FE6F9E147.gpgkey
Description: Binary data


Attachment: PGP.sig
Description: Ceci est une signature électronique PGP

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to