-
Notifications
You must be signed in to change notification settings - Fork 3
Home
NAKAMURA Osamu edited this page Apr 12, 2015
·
6 revisions
log4cxx:logchar
の typedef を切り返る。
-
utf-8(default)
std::string
-
wchar_t
std::wstring
-
unichar
std::basic_string<unsigned short>
LOG4CXX_STR(x) は wchar_t なら、 L##x になる。 つまり、LOG4CXX_STR("hoge") は L"hoge" に変換される。
enable-char
enable-wchar_t
enable-unichar
enable-cfstring
see CharsetDecoder::createDefaultDecoder()
-
auto(default)
useclass LocaleCharSetDecoder/Encoder
-
utf-8
useclass UTF8CharsetDecoder/Encoder
-
iso-8859-1
useclass ISOLatinCharsetDecoder/Encoder
- ``usascii
use
class USASCIICharsetDecoder/Encoder`