Skip to content

Commit 1fdda56

Browse files
committed
FIX: iconv on FreeBSD does not accept CP12000 for UTF-32LE codepage
1 parent 0c62ea4 commit 1fdda56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/u-iconv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ static struct {
7171
{1201, "unicodeFFFE"},
7272
{1201, "CP1201"},
7373

74-
{12000, "CP12000"},
7574
{12000, "UTF-32LE"},
7675
{12000, "UTF32LE"},
7776
{12000, "UCS-4LE"},
7877
{12000, "UCS4LE"},
78+
{12000, "CP12000"},
7979

8080
{12001, "UTF-32BE"},
8181
{12001, "UTF32BE"},

0 commit comments

Comments
 (0)