mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21411 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35ee849f2a
commit
7c41973d51
@ -67,8 +67,8 @@ struct IconvProcessor::Private {
|
||||
};
|
||||
|
||||
|
||||
IconvProcessor::IconvProcessor(char const * tocode,
|
||||
char const * fromcode): tocode_(tocode), fromcode_(fromcode),
|
||||
IconvProcessor::IconvProcessor(char const * tocode, char const * fromcode)
|
||||
: tocode_(tocode), fromcode_(fromcode),
|
||||
pimpl_(new IconvProcessor::Private)
|
||||
{
|
||||
}
|
||||
|
@ -86,8 +86,8 @@ eightbit_to_ucs4(char const * s, size_t ls, std::string const & encoding);
|
||||
|
||||
/// convert \p s from ucs4 to encoding \p encoding.
|
||||
/// \p encoding must be a valid iconv 8bit encoding
|
||||
std::vector<char>
|
||||
ucs4_to_eightbit(char_type const * ucs4str, size_t ls, std::string const & encoding);
|
||||
std::vector<char> ucs4_to_eightbit(char_type const * ucs4str,
|
||||
size_t ls, std::string const & encoding);
|
||||
|
||||
/// convert ucs4 character \p c to encoding \p encoding.
|
||||
/// \p encoding must be a valid iconv 8bit encoding
|
||||
|
Loading…
Reference in New Issue
Block a user