Bug 681685: Transcoding fails on OSX
authorJohn Ralls <jralls@ceridwen.us>
Sun, 25 Nov 2012 07:35:08 +0000 (16:35 +0900)
committerJohn Ralls <jralls@ceridwen.us>
Sun, 25 Nov 2012 07:44:06 +0000 (16:44 +0900)
commit1f005d93853f882cfeac3805644286e4d8a99124
treeebae259e9bf4475b5be162945a626a966b352da2
parentee8080cc0bda9141e323c01b12e812b1ab748e18
Bug 681685: Transcoding fails on OSX

Add aliases for codesets supported by iconv and included in locales.
Ifdef-out tests in glib/tests/gdatetime.c which fail because on OSX only
ASCII numbers or symbols are returned for the format.

Even though nl_langinfo does weird things on Darwin in some cases, it
still acts correctly when LANG/LC_ALL is set to a supported
locale.codeset.
glib/libcharset/config.charset
glib/tests/gdatetime.c