]> git.lyx.org Git - features.git/commit
* FileName::fileContents(): new argument to define the file encoding.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 2 Dec 2007 11:55:25 +0000 (11:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 2 Dec 2007 11:55:25 +0000 (11:55 +0000)
commitb1db731a98ba1f2f930af0074836482e1ce49cee
treeeeb323c23629d43cae02ea202670a9a5adb9dc7e
parentfecbd33fb839a0915eeba05d0201e35e9c04e981
* FileName::fileContents(): new argument to define the file encoding.

* BufferView:
- insertPlaintextString(): now accept a FileName.
- contentsOfPlaintextFile(): ditto and use FileName::fileContents().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21915 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
src/BufferView.cpp
src/BufferView.h
src/LyXFunc.cpp
src/frontends/qt4/GuiShowFile.cpp
src/frontends/qt4/GuiTexinfo.cpp
src/frontends/qt4/qt_helpers.cpp
src/insets/ExternalSupport.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetInclude.cpp
src/insets/InsetTabular.cpp
src/support/FileName.cpp
src/support/FileName.h