mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
hopefully fix client linking.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7aa50e8f2b
commit
0e579405ca
@ -13,6 +13,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "support/unicode.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
@ -69,6 +70,13 @@ using std::cin;
|
||||
using std::endl;
|
||||
|
||||
|
||||
IconvProcessor & utf8ToUcs4()
|
||||
{
|
||||
static IconvProcessor iconv(ucs4_codeset, "UTF-8");
|
||||
return iconv;
|
||||
}
|
||||
|
||||
|
||||
namespace support {
|
||||
|
||||
string itoa(unsigned int i)
|
||||
@ -498,8 +506,6 @@ int p(vector<char *> const & arg)
|
||||
|
||||
} // namespace cmdline
|
||||
|
||||
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user