Add FIXMEs wrt unicode.

http://thread.gmane.org/gmane.editors.lyx.devel/106763/focus=106769



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24948 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-26 18:37:42 +00:00
parent 5b99af2237
commit db578f0b98
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,10 @@ namespace lyx {
class Lexer;
// FIXME UNICODE
// Write functions need to use odostream instead of ostream before
// we can use docstring instead of string.
/// Options for PDF generation
class PDFOptions {
public:

View File

@ -83,7 +83,8 @@ public:
// to display or not.
graphics::Params as_grfxParams() const;
// Identification of the graphics template. No template equals empty string.
// FIXME UNICODE. Write functions need to use odostream instead of ostream firstly.
/// Identification of the graphics template. No template equals empty string.
std::string groupId;
private:
/// Initialize the object to a default status.