2006-08-13 22:54:59 +00:00
|
|
|
/**
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
* \file unicode.cpp
|
2006-08-13 22:54:59 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author Lars Gullik Bjønnes
|
2006-08-13 22:54:59 +00:00
|
|
|
*
|
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
*
|
|
|
|
* A collection of unicode conversion functions, using iconv.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/unicode.h"
|
|
|
|
#include "support/debug.h"
|
2013-10-10 19:20:44 +00:00
|
|
|
|
|
|
|
#include <QThreadStorage>
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2006-08-14 14:19:52 +00:00
|
|
|
#include <iconv.h>
|
|
|
|
|
2006-08-13 22:54:59 +00:00
|
|
|
#include <cerrno>
|
2019-06-17 14:19:31 +00:00
|
|
|
#include <cstdint>
|
2006-10-26 15:01:45 +00:00
|
|
|
#include <map>
|
2008-05-06 14:29:06 +00:00
|
|
|
#include <ostream>
|
2012-11-18 16:42:02 +00:00
|
|
|
//Needed in MSVC
|
2012-11-12 23:27:46 +00:00
|
|
|
#include <string>
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2011-01-15 19:52:55 +00:00
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2006-10-21 00:16:43 +00:00
|
|
|
|
2006-12-04 13:50:46 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
#ifdef WORDS_BIGENDIAN
|
|
|
|
char const * utf16_codeset = "UTF16-BE";
|
|
|
|
#else
|
|
|
|
char const * utf16_codeset = "UTF16-LE";
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
namespace lyx {
|
|
|
|
|
2006-09-10 11:39:57 +00:00
|
|
|
#ifdef WORDS_BIGENDIAN
|
|
|
|
char const * ucs4_codeset = "UCS-4BE";
|
|
|
|
#else
|
|
|
|
char const * ucs4_codeset = "UCS-4LE";
|
|
|
|
#endif
|
|
|
|
|
2006-10-29 21:59:59 +00:00
|
|
|
|
2016-06-02 21:27:52 +00:00
|
|
|
struct IconvProcessor::Handler {
|
|
|
|
// assumes cd is valid
|
|
|
|
Handler(iconv_t const cd) : cd(cd) {}
|
|
|
|
~Handler() {
|
|
|
|
if (iconv_close(cd) == -1)
|
2014-07-01 20:13:54 +00:00
|
|
|
LYXERR0("Error returned from iconv_close(" << errno << ')');
|
2006-11-15 21:40:46 +00:00
|
|
|
}
|
2016-06-02 21:27:52 +00:00
|
|
|
iconv_t const cd;
|
2006-10-29 21:59:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2016-06-02 21:27:52 +00:00
|
|
|
IconvProcessor::IconvProcessor(string tocode, string fromcode)
|
2016-06-23 21:07:13 +00:00
|
|
|
: tocode_(move(tocode)), fromcode_(move(fromcode))
|
2016-06-02 21:27:52 +00:00
|
|
|
{}
|
2006-11-15 21:40:46 +00:00
|
|
|
|
|
|
|
|
2006-10-29 21:59:59 +00:00
|
|
|
bool IconvProcessor::init()
|
|
|
|
{
|
2016-06-02 21:27:52 +00:00
|
|
|
if (h_)
|
2006-10-29 21:59:59 +00:00
|
|
|
return true;
|
2016-06-02 21:27:52 +00:00
|
|
|
iconv_t cd = iconv_open(tocode_.c_str(), fromcode_.c_str());
|
|
|
|
if (cd != (iconv_t)(-1)) {
|
|
|
|
h_ = make_unique<Handler>(cd);
|
2006-10-29 21:59:59 +00:00
|
|
|
return true;
|
2016-06-02 21:27:52 +00:00
|
|
|
}
|
2006-10-29 21:59:59 +00:00
|
|
|
lyxerr << "Error returned from iconv_open" << endl;
|
|
|
|
switch (errno) {
|
2016-06-02 21:27:52 +00:00
|
|
|
case EINVAL:
|
|
|
|
lyxerr << "EINVAL The conversion from " << fromcode_ << " to "
|
|
|
|
<< tocode_ << " is not supported by the implementation."
|
|
|
|
<< endl;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
lyxerr << "\tSome other error: " << errno << endl;
|
|
|
|
break;
|
2006-10-29 21:59:59 +00:00
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int IconvProcessor::convert(char const * buf, size_t buflen,
|
2016-06-02 21:27:52 +00:00
|
|
|
char * outbuf, size_t maxoutsize)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2006-09-10 16:59:36 +00:00
|
|
|
if (buflen == 0)
|
2006-10-28 15:16:30 +00:00
|
|
|
return 0;
|
2006-09-10 16:59:36 +00:00
|
|
|
|
2016-06-02 21:27:52 +00:00
|
|
|
if (!h_ && !init())
|
|
|
|
return -1;
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2006-10-28 15:16:30 +00:00
|
|
|
char ICONV_CONST * inbuf = const_cast<char ICONV_CONST *>(buf);
|
|
|
|
size_t inbytesleft = buflen;
|
|
|
|
size_t outbytesleft = maxoutsize;
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2016-06-02 21:27:52 +00:00
|
|
|
int res = iconv(h_->cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2007-12-27 07:30:06 +00:00
|
|
|
// flush out remaining data. This is needed because iconv sometimes
|
|
|
|
// holds back chars in the stream, waiting for a combination character
|
|
|
|
// (see e.g. http://sources.redhat.com/bugzilla/show_bug.cgi?id=1124)
|
2016-06-02 21:27:52 +00:00
|
|
|
iconv(h_->cd, NULL, NULL, &outbuf, &outbytesleft);
|
2007-12-27 07:30:06 +00:00
|
|
|
|
2007-12-12 19:28:07 +00:00
|
|
|
//lyxerr << dec;
|
2006-10-29 21:59:59 +00:00
|
|
|
//lyxerr << "Inbytesleft: " << inbytesleft << endl;
|
|
|
|
//lyxerr << "Outbytesleft: " << outbytesleft << endl;
|
|
|
|
|
|
|
|
if (res != -1)
|
|
|
|
// Everything went well.
|
|
|
|
return maxoutsize - outbytesleft;
|
|
|
|
|
|
|
|
// There are some errors in the conversion
|
|
|
|
lyxerr << "Error returned from iconv" << endl;
|
|
|
|
switch (errno) {
|
2006-08-13 22:54:59 +00:00
|
|
|
case E2BIG:
|
|
|
|
lyxerr << "E2BIG There is not sufficient room at *outbuf." << endl;
|
|
|
|
break;
|
|
|
|
case EILSEQ:
|
|
|
|
case EINVAL:
|
2016-06-23 21:07:13 +00:00
|
|
|
lyxerr << (errno == EINVAL
|
|
|
|
? "EINVAL An incomplete "
|
|
|
|
: "EILSEQ An invalid ")
|
|
|
|
<< "multibyte sequence has been encountered in the input.\n"
|
2016-06-02 21:27:52 +00:00
|
|
|
<< "When converting from " << fromcode_
|
|
|
|
<< " to " << tocode_ << ".\n";
|
2007-12-12 19:28:07 +00:00
|
|
|
lyxerr << "Input:" << hex;
|
2006-09-10 16:59:36 +00:00
|
|
|
for (size_t i = 0; i < buflen; ++i) {
|
2007-01-02 20:44:06 +00:00
|
|
|
// char may be signed, avoid output of
|
|
|
|
// something like 0xffffffc2
|
2019-06-17 14:19:31 +00:00
|
|
|
uint32_t const b =
|
2007-01-02 20:44:06 +00:00
|
|
|
*reinterpret_cast<unsigned char const *>(buf + i);
|
2007-11-27 21:43:46 +00:00
|
|
|
lyxerr << " 0x" << (unsigned int)b;
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
2007-12-12 19:28:07 +00:00
|
|
|
lyxerr << dec << endl;
|
2006-08-13 22:54:59 +00:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
lyxerr << "\tSome other error: " << errno << endl;
|
|
|
|
break;
|
|
|
|
}
|
2006-10-29 21:59:59 +00:00
|
|
|
// We got an error so we close down the conversion engine
|
2016-06-02 21:27:52 +00:00
|
|
|
h_.reset();
|
2006-10-29 21:59:59 +00:00
|
|
|
return -1;
|
2006-10-28 15:16:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
namespace {
|
|
|
|
|
|
|
|
|
|
|
|
template<typename RetType, typename InType>
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<RetType>
|
2007-11-29 07:24:55 +00:00
|
|
|
iconv_convert(IconvProcessor & processor, InType const * buf, size_t buflen)
|
2006-10-28 15:16:30 +00:00
|
|
|
{
|
|
|
|
if (buflen == 0)
|
2007-05-08 14:01:40 +00:00
|
|
|
return vector<RetType>();
|
2006-10-28 15:16:30 +00:00
|
|
|
|
|
|
|
char const * inbuf = reinterpret_cast<char const *>(buf);
|
|
|
|
size_t inbytesleft = buflen * sizeof(InType);
|
|
|
|
|
2013-10-10 19:20:44 +00:00
|
|
|
static QThreadStorage<std::vector<char> *> static_outbuf;
|
|
|
|
if (!static_outbuf.hasLocalData())
|
|
|
|
static_outbuf.setLocalData(new std::vector<char>(32768));
|
|
|
|
std::vector<char> & outbuf = *static_outbuf.localData();
|
2009-05-19 15:27:54 +00:00
|
|
|
// The number of UCS4 code points in buf is at most inbytesleft.
|
|
|
|
// The output encoding will use at most
|
|
|
|
// max_encoded_bytes(pimpl_->tocode_) per UCS4 code point.
|
|
|
|
size_t maxoutbufsize = max_encoded_bytes(processor.to()) * inbytesleft;
|
|
|
|
if (outbuf.size() < maxoutbufsize)
|
|
|
|
outbuf.resize(maxoutbufsize);
|
2006-10-28 15:16:30 +00:00
|
|
|
|
2009-05-19 20:28:50 +00:00
|
|
|
int bytes = processor.convert(inbuf, inbytesleft, &outbuf[0], outbuf.size());
|
2006-12-28 07:35:57 +00:00
|
|
|
if (bytes <= 0)
|
|
|
|
// Conversion failed
|
|
|
|
// FIXME Maybe throw an exception and handle that in the caller?
|
2007-05-08 14:01:40 +00:00
|
|
|
return vector<RetType>();
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2009-05-19 19:59:48 +00:00
|
|
|
RetType const * tmp = reinterpret_cast<RetType const *>(&outbuf[0]);
|
2007-05-08 14:01:40 +00:00
|
|
|
return vector<RetType>(tmp, tmp + bytes / sizeof(RetType));
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
|
|
|
|
2017-07-23 11:11:54 +00:00
|
|
|
} // namespace
|
2006-08-13 22:54:59 +00:00
|
|
|
|
|
|
|
|
2013-10-10 19:20:44 +00:00
|
|
|
IconvProcessor & utf8ToUcs4()
|
|
|
|
{
|
|
|
|
static QThreadStorage<IconvProcessor *> processor;
|
|
|
|
if (!processor.hasLocalData())
|
|
|
|
processor.setLocalData(new IconvProcessor(ucs4_codeset, "UTF-8"));
|
|
|
|
return *processor.localData();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char_type> utf8_to_ucs4(vector<char> const & utf8str)
|
2006-09-10 18:34:24 +00:00
|
|
|
{
|
2006-10-18 12:06:04 +00:00
|
|
|
if (utf8str.empty())
|
2007-05-08 14:01:40 +00:00
|
|
|
return vector<char_type>();
|
2006-10-18 12:06:04 +00:00
|
|
|
|
2006-09-10 18:34:24 +00:00
|
|
|
return utf8_to_ucs4(&utf8str[0], utf8str.size());
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char_type>
|
2006-09-10 18:34:24 +00:00
|
|
|
utf8_to_ucs4(char const * utf8str, size_t ls)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
return iconv_convert<char_type>(utf8ToUcs4(), utf8str, ls);
|
2006-09-10 18:34:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char_type>
|
2006-12-04 13:50:46 +00:00
|
|
|
utf16_to_ucs4(unsigned short const * s, size_t ls)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
static QThreadStorage<IconvProcessor *> processor;
|
|
|
|
if (!processor.hasLocalData())
|
|
|
|
processor.setLocalData(new IconvProcessor(ucs4_codeset, utf16_codeset));
|
|
|
|
return iconv_convert<char_type>(*processor.localData(), s, ls);
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<unsigned short>
|
2006-12-04 13:50:46 +00:00
|
|
|
ucs4_to_utf16(char_type const * s, size_t ls)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
static QThreadStorage<IconvProcessor *> processor;
|
|
|
|
if (!processor.hasLocalData())
|
|
|
|
processor.setLocalData(new IconvProcessor(utf16_codeset, ucs4_codeset));
|
|
|
|
return iconv_convert<unsigned short>(*processor.localData(), s, ls);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
IconvProcessor & ucs4ToUtf8()
|
|
|
|
{
|
|
|
|
static QThreadStorage<IconvProcessor *> processor;
|
|
|
|
if (!processor.hasLocalData())
|
|
|
|
processor.setLocalData(new IconvProcessor("UTF-8", ucs4_codeset));
|
|
|
|
return *processor.localData();
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
|
|
|
|
2016-06-02 21:27:52 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
IconvProcessor & getProc(map<string, IconvProcessor> & processors,
|
|
|
|
string const & encoding, bool to)
|
|
|
|
{
|
|
|
|
string const & fromcode = to ? ucs4_codeset : encoding;
|
|
|
|
string const & tocode = to ? encoding : ucs4_codeset;
|
|
|
|
map<string, IconvProcessor>::iterator const it = processors.find(encoding);
|
|
|
|
if (it == processors.end()) {
|
|
|
|
IconvProcessor p(fromcode, tocode);
|
|
|
|
return processors.insert(make_pair(encoding, move(p))).first->second;
|
|
|
|
} else
|
|
|
|
return it->second;
|
|
|
|
}
|
|
|
|
|
2017-07-23 11:11:54 +00:00
|
|
|
} // namespace
|
2016-06-02 21:27:52 +00:00
|
|
|
|
2006-08-13 22:54:59 +00:00
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char>
|
|
|
|
ucs4_to_utf8(char_type c)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
return iconv_convert<char>(ucs4ToUtf8(), &c, 1);
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char>
|
|
|
|
ucs4_to_utf8(vector<char_type> const & ucs4str)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2006-10-18 12:06:04 +00:00
|
|
|
if (ucs4str.empty())
|
2007-05-08 14:01:40 +00:00
|
|
|
return vector<char>();
|
2006-10-18 12:06:04 +00:00
|
|
|
|
2006-09-10 18:34:24 +00:00
|
|
|
return ucs4_to_utf8(&ucs4str[0], ucs4str.size());
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char>
|
|
|
|
ucs4_to_utf8(char_type const * ucs4str, size_t ls)
|
2006-08-13 22:54:59 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
return iconv_convert<char>(ucs4ToUtf8(), ucs4str, ls);
|
2006-08-13 22:54:59 +00:00
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char_type>
|
|
|
|
eightbit_to_ucs4(char const * s, size_t ls, string const & encoding)
|
2006-10-26 15:01:45 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
static QThreadStorage<map<string, IconvProcessor> *> static_processors;
|
|
|
|
if (!static_processors.hasLocalData())
|
|
|
|
static_processors.setLocalData(new map<string, IconvProcessor>);
|
|
|
|
map<string, IconvProcessor> & processors = *static_processors.localData();
|
2016-06-02 21:27:52 +00:00
|
|
|
IconvProcessor & processor = getProc(processors, encoding, true);
|
|
|
|
return iconv_convert<char_type>(processor, s, ls);
|
2006-10-26 15:01:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-10 19:20:44 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
map<string, IconvProcessor> & ucs4To8bitProcessors()
|
|
|
|
{
|
|
|
|
static QThreadStorage<map<string, IconvProcessor> *> processors;
|
|
|
|
if (!processors.hasLocalData())
|
|
|
|
processors.setLocalData(new map<string, IconvProcessor>);
|
|
|
|
return *processors.localData();
|
|
|
|
}
|
|
|
|
|
2017-07-23 11:11:54 +00:00
|
|
|
} // namespace
|
2013-10-10 19:20:44 +00:00
|
|
|
|
2007-05-08 14:01:40 +00:00
|
|
|
vector<char>
|
|
|
|
ucs4_to_eightbit(char_type const * ucs4str, size_t ls, string const & encoding)
|
2006-10-26 15:01:45 +00:00
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
map<string, IconvProcessor> & processors(ucs4To8bitProcessors());
|
2016-06-02 21:27:52 +00:00
|
|
|
IconvProcessor & processor = getProc(processors, encoding, false);
|
|
|
|
return iconv_convert<char>(processor, ucs4str, ls);
|
2006-10-26 15:01:45 +00:00
|
|
|
}
|
|
|
|
|
2007-05-14 09:41:00 +00:00
|
|
|
|
|
|
|
char ucs4_to_eightbit(char_type ucs4, string const & encoding)
|
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
map<string, IconvProcessor> & processors(ucs4To8bitProcessors());
|
2016-06-02 21:27:52 +00:00
|
|
|
IconvProcessor & processor = getProc(processors, encoding, false);
|
2007-05-14 09:41:00 +00:00
|
|
|
char out;
|
2016-06-02 21:27:52 +00:00
|
|
|
int const bytes = processor.convert((char *)(&ucs4), 4, &out, 1);
|
2007-05-14 09:41:00 +00:00
|
|
|
if (bytes > 0)
|
|
|
|
return out;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void ucs4_to_multibytes(char_type ucs4, vector<char> & out,
|
|
|
|
string const & encoding)
|
|
|
|
{
|
2013-10-10 19:20:44 +00:00
|
|
|
static QThreadStorage<map<string, IconvProcessor> *> static_processors;
|
|
|
|
if (!static_processors.hasLocalData())
|
|
|
|
static_processors.setLocalData(new map<string, IconvProcessor>);
|
|
|
|
map<string, IconvProcessor> & processors = *static_processors.localData();
|
2016-06-02 21:27:52 +00:00
|
|
|
IconvProcessor & processor = getProc(processors, encoding, false);
|
2007-05-14 09:41:00 +00:00
|
|
|
out.resize(4);
|
2016-06-02 21:27:52 +00:00
|
|
|
int bytes = processor.convert((char *)(&ucs4), 4, &out[0], 4);
|
2007-05-14 09:41:00 +00:00
|
|
|
if (bytes > 0)
|
|
|
|
out.resize(bytes);
|
|
|
|
else
|
|
|
|
out.clear();
|
|
|
|
}
|
|
|
|
|
2009-05-19 15:27:54 +00:00
|
|
|
int max_encoded_bytes(std::string const & encoding)
|
|
|
|
{
|
|
|
|
// FIXME: this information should be transferred to lib/encodings
|
|
|
|
// UTF8 uses at most 4 bytes to represent one UCS4 code point
|
|
|
|
// (see RFC 3629). RFC 2279 specifies 6 bytes, but that
|
|
|
|
// information is outdated, and RFC 2279 has been superseded by
|
|
|
|
// RFC 3629.
|
|
|
|
// The CJK encodings use (different) multibyte representation as well.
|
|
|
|
// All other encodings encode one UCS4 code point in one byte
|
|
|
|
// (and can therefore only encode a subset of UCS4)
|
|
|
|
// Furthermore, all encodings that use shifting (like SJIS) do not work with
|
|
|
|
// iconv_codecvt_facet.
|
|
|
|
if (encoding == "UTF-8" ||
|
|
|
|
encoding == "GB" ||
|
|
|
|
encoding == "EUC-TW")
|
|
|
|
return 4;
|
|
|
|
else if (encoding == "EUC-JP")
|
|
|
|
return 3;
|
|
|
|
else if (encoding == "ISO-2022-JP")
|
|
|
|
return 8;
|
|
|
|
else if (encoding == "BIG5" ||
|
|
|
|
encoding == "EUC-KR" ||
|
|
|
|
encoding == "EUC-CN" ||
|
|
|
|
encoding == "SJIS" ||
|
|
|
|
encoding == "GBK")
|
|
|
|
return 2;
|
|
|
|
else
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
} // namespace lyx
|