From f39515acaca4a8fd29f0b0641893e07ad46af027 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 5 May 2008 15:22:59 +0000 Subject: [PATCH] * Comment ( http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg139671.html ). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24616 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/docstring.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/support/docstring.h b/src/support/docstring.h index 29fe1caf8d..a98bbaa71b 100644 --- a/src/support/docstring.h +++ b/src/support/docstring.h @@ -19,7 +19,11 @@ namespace lyx { -/// String type for storing the main text in UCS4 encoding +/** + * String type for storing the main text in UCS4 encoding. + * Use std::string only in cases 7-bit ASCII is to be manipulated + * within the variable. + */ typedef std::basic_string docstring; /// Creates a docstring from a C string of ASCII characters -- 2.39.2