From 168f55ee33c7050b8219a3bc540fdad600a6b0ac Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 28 Jul 2003 22:37:28 +0000 Subject: [PATCH] latin1 in author names, not utf8. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7432 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/BoostFormat.h | 2 +- src/support/abort.C | 2 +- src/support/atoi.C | 2 +- src/support/boost-inst.C | 2 +- src/support/chdir.C | 2 +- src/support/copy.C | 2 +- src/support/filetools.C | 4 ++-- src/support/filetools.h | 2 +- src/support/getcwd.C | 2 +- src/support/kill.C | 2 +- src/support/lyxfunctional.h | 2 +- src/support/lyxmanip.h | 2 +- src/support/mkdir.C | 2 +- src/support/putenv.C | 2 +- src/support/rename.C | 2 +- src/support/rmdir.C | 2 +- src/support/tempname.C | 2 +- src/support/tostr.C | 2 +- src/support/unlink.C | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/support/BoostFormat.h b/src/support/BoostFormat.h index 1ef9b82bbd..ef2b1f74c8 100644 --- a/src/support/BoostFormat.h +++ b/src/support/BoostFormat.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/abort.C b/src/support/abort.C index 588107e202..342dad61c7 100644 --- a/src/support/abort.C +++ b/src/support/abort.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/atoi.C b/src/support/atoi.C index be53d9afda..f97bd43b56 100644 --- a/src/support/atoi.C +++ b/src/support/atoi.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * * Full author contact details are available in file CREDITS diff --git a/src/support/boost-inst.C b/src/support/boost-inst.C index 27fba3da04..f21ee1b0c7 100644 --- a/src/support/boost-inst.C +++ b/src/support/boost-inst.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/chdir.C b/src/support/chdir.C index 7005ef1b66..743241eb3a 100644 --- a/src/support/chdir.C +++ b/src/support/chdir.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/copy.C b/src/support/copy.C index f1b32f8c23..126bc49f5c 100644 --- a/src/support/copy.C +++ b/src/support/copy.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/filetools.C b/src/support/filetools.C index 99d2420407..bf0ba61973 100644 --- a/src/support/filetools.C +++ b/src/support/filetools.C @@ -1349,8 +1349,8 @@ string const copyFileToDir(string const & path, string const & file_in) // Replace '.' in the file name with '_' file_out = subst(file_out, ".", "_"); // Append a unique ID - static int id; - file_out += '_' + tostr(id++); +// static int id; +// file_out += '_' + tostr(id++); // Add the extension back on file_out = ChangeExtension(file_out, GetExtension(file_in)); // Put this file in the buffer's temp dir diff --git a/src/support/filetools.h b/src/support/filetools.h index 709d5e256f..780b5ba548 100644 --- a/src/support/filetools.h +++ b/src/support/filetools.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/getcwd.C b/src/support/getcwd.C index 0214693005..2070c17354 100644 --- a/src/support/getcwd.C +++ b/src/support/getcwd.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/kill.C b/src/support/kill.C index d1b2376711..db1619cbb7 100644 --- a/src/support/kill.C +++ b/src/support/kill.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/lyxfunctional.h b/src/support/lyxfunctional.h index 71cf36f55b..4c3fba39cd 100644 --- a/src/support/lyxfunctional.h +++ b/src/support/lyxfunctional.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS * diff --git a/src/support/lyxmanip.h b/src/support/lyxmanip.h index 557c2a0e16..beeb1525f2 100644 --- a/src/support/lyxmanip.h +++ b/src/support/lyxmanip.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/mkdir.C b/src/support/mkdir.C index e45d46728e..f4274cd0e3 100644 --- a/src/support/mkdir.C +++ b/src/support/mkdir.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/putenv.C b/src/support/putenv.C index 68c37b692f..b008aa4ac8 100644 --- a/src/support/putenv.C +++ b/src/support/putenv.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/rename.C b/src/support/rename.C index a8cb72c5c2..3db8cd2d00 100644 --- a/src/support/rename.C +++ b/src/support/rename.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/rmdir.C b/src/support/rmdir.C index 68529657fd..2978168544 100644 --- a/src/support/rmdir.C +++ b/src/support/rmdir.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/tempname.C b/src/support/tempname.C index 8dea9a6adf..1f590df20c 100644 --- a/src/support/tempname.C +++ b/src/support/tempname.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ diff --git a/src/support/tostr.C b/src/support/tostr.C index b610cc21a7..de9628886a 100644 --- a/src/support/tostr.C +++ b/src/support/tostr.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS */ diff --git a/src/support/unlink.C b/src/support/unlink.C index 2c5d78f8f1..51569cc656 100644 --- a/src/support/unlink.C +++ b/src/support/unlink.C @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS */ -- 2.39.2