lyx_mirror/src/support
Enrico Forestieri 0a2b62f468 According to http://en.wikipedia.org/wiki/ISO-2022-JP, a character may be
encoded using 1 or 2 bytes, but it may be prefixed by 3-byte escape sequence.
So, a single ucs4 char could need a maximum of 5 bytes. I think that it
is better to be safe than sorry...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27645 a592a061-630c-0410-9148-cb99ea01b6c8
2008-11-20 19:32:22 +00:00
..
linkback fix some memory leaks (NSAutoreleaseNoPool) 2008-11-18 21:51:41 +00:00
tests more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
atexit.c
convert.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
convert.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
copied_ptr.h
debug.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
debug.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
docstream.cpp According to http://en.wikipedia.org/wiki/ISO-2022-JP, a character may be 2008-11-20 19:32:22 +00:00
docstream.h add support for changing encoding on idocstream 2008-11-16 19:25:26 +00:00
docstring_list.h Introduce docstring_list 2008-05-24 10:15:52 +00:00
docstring.cpp make _GLIBCXX_DEBUG_PEDASSERT happy 2008-06-17 16:33:19 +00:00
docstring.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
environment.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
environment.h
ExceptionMessage.h Introduce BufferException so that we don't crash if a problem affects only current Buffer. Instead we now just do an emergency save and we close it. 2008-02-29 08:10:51 +00:00
FileMonitor.cpp header cleanup. 2007-12-16 22:09:28 +00:00
FileMonitor.h Add FIXMEs 2007-11-30 09:49:35 +00:00
FileName.cpp Fix bug 5399. 2008-10-24 16:59:11 +00:00
FileName.h Fix bug 2235: jpeg capital letters (.JPG) does not work with pdflatex 2008-10-05 11:51:18 +00:00
FileNameList.h Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
filetools.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
filetools.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
foreach.h Cosmetics. 2008-04-28 22:30:59 +00:00
ForkedCalls.cpp comment 2008-11-14 16:39:15 +00:00
ForkedCalls.h Fix bug 4463. The crash was due to a call to X from inside a child process. 2008-01-15 18:26:53 +00:00
gettext.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
gettext.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
gzstream.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
gzstream.h
kill.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
lassert.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
lassert.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
limited_stack.h
lstrings.cpp Support gcc 4.4. Patch from Martin Michlmayr. 2008-11-17 12:49:47 +00:00
lstrings.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
lyxalgo.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
lyxlib.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
lyxtime.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
lyxtime.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
Makefile.am Fix for mingw/cygwin 2008-11-16 19:18:40 +00:00
Messages.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
Messages.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
os_cygwin.cpp underlying filesystem is case insensitive 2008-10-05 19:37:56 +00:00
os_unix.cpp Typo from Bennett 2008-10-05 18:09:51 +00:00
os_win32.cpp Fix for latest MInGW w32api 2008-10-15 22:14:39 +00:00
os_win32.h
os.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
os.h Fix bug 2235: jpeg capital letters (.JPG) does not work with pdflatex 2008-10-05 11:51:18 +00:00
Package.cpp Fix translatable message. 2008-07-29 15:25:26 +00:00
Package.h Automate setting of LYX_DIR_XXx and LYX_USERDIR_XXx environment variable names. 2008-07-26 10:45:38 +00:00
Path.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
Path.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
pch.h shuffle stuff around 2007-11-08 00:09:58 +00:00
qstring_helpers.cpp wrong eol. 2008-07-24 21:16:46 +00:00
qstring_helpers.h move LyXerr QString specialisation to support/qstring_helpers 2008-07-23 09:21:22 +00:00
RandomAccessList.h
SignalSlot.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
SignalSlot.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
SignalSlotPrivate.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
SignalSlotPrivate.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
socktools.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
socktools.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
strerror.c
strfwd.h I'll find a solution for the 'dirList problem', Abdel. 2007-11-30 20:57:53 +00:00
Systemcall.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
Systemcall.h Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048, 2007-12-12 18:25:53 +00:00
textutils.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
Timeout.cpp rename assert.h to lassert.h 2008-04-30 08:26:40 +00:00
Timeout.h simplify class structure 2007-11-12 20:18:19 +00:00
Translator.h rename assert.h to lassert.h 2008-04-30 08:26:40 +00:00
types.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
unicode.cpp more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
unicode.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
userinfo.cpp rename assert.h to lassert.h 2008-04-30 08:26:40 +00:00
userinfo.h introduce a header to forward declare std::string. 2007-10-31 22:40:34 +00:00
weighted_btree.h * some warnings less 2008-02-28 17:52:15 +00:00