]> git.lyx.org Git - features.git/commitdiff
Add comment from Georg.
authorPavel Sanda <sanda@lyx.org>
Wed, 16 Jan 2013 05:39:51 +0000 (21:39 -0800)
committerPavel Sanda <sanda@lyx.org>
Wed, 16 Jan 2013 05:39:51 +0000 (21:39 -0800)
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg176694.html

src/support/gettext.h

index 7500088c9e761e974bba3b90b711e2205260eb49..2ede4de552e6058367e3725110c8f41a2b459618 100644 (file)
@@ -37,6 +37,10 @@ namespace lyx {
  * Remember to mention each of these files in "po/POFILES.in"
  *
  * The main() needs a locale_init() and a gettext_init() in the beginning.
+ *
+ * The various *_() methods accept only ASCII input, so they must not be used
+ * if the input may come from user supplied  files.
+ * translateIfPossible() should be used in that case.
  */
 
 /*