Alias WCHAR_T to UCS-4-INTERNAL. WCHAR_T is the internal encoding

of a wchar_t type - which is 32 bit on FreeBSD.  This matches observed
behavior on a libiconv machine.
This commit is contained in:
peter 2013-11-17 06:50:41 +00:00
parent c684e93584
commit 5dab738bbb

View File

@ -28,6 +28,7 @@
16LE utf16le
32-INTERNAL ucs-4-internal
32-INTERNAL wchar_t
32-SWAPPED ucs-4-swapped