From 19f63bd86bf22c2d5a2f0737b22cde467ca5096d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 17 Jan 2011 15:48:08 +0100 Subject: [PATCH 1/1] add utf-8 argument --- qcsrc/menu/i18n-guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/i18n-guide.txt b/qcsrc/menu/i18n-guide.txt index 6a2172cdc..bfc89b34c 100644 --- a/qcsrc/menu/i18n-guide.txt +++ b/qcsrc/menu/i18n-guide.txt @@ -7,7 +7,7 @@ Guideline: - if a translatable string is a strcat monster, change it to sprintf - if code loads files with text, use language_filename() - test by: - find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- + find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- --from-code utf-8 - interesting vim macros: :map # /" :map ' i_(2f"a)/" -- 2.39.2