mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Add "shift-jis" as an alternative spelling of "shift_jis".
2007-12-05 Tor Lillqvist <tml@novell.com> * glib/win_iconv.c: Add "shift-jis" as an alternative spelling of "shift_jis". svn path=/trunk/; revision=6047
This commit is contained in:
parent
330c7a6851
commit
a8a42c8b15
@ -1,3 +1,8 @@
|
||||
2007-12-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/win_iconv.c: Add "shift-jis" as an alternative spelling of
|
||||
"shift_jis".
|
||||
|
||||
2007-12-05 Ryan Lortie <desrt@desrt.ca>
|
||||
|
||||
* autogen.sh: for the benefit of git users, checkout build/ if it is
|
||||
|
@ -437,6 +437,7 @@ static struct {
|
||||
{874, "windows-874"}, /* ANSI/OEM Thai (same as 28605, ISO 8859-15); Thai (Windows) */
|
||||
{875, "cp875"}, /* IBM EBCDIC Greek Modern */
|
||||
{932, "shift_jis"}, /* ANSI/OEM Japanese; Japanese (Shift-JIS) */
|
||||
{932, "shift-jis"}, /* alternative name for it */
|
||||
{936, "gb2312"}, /* ANSI/OEM Simplified Chinese (PRC, Singapore); Chinese Simplified (GB2312) */
|
||||
{949, "ks_c_5601-1987"}, /* ANSI/OEM Korean (Unified Hangul Code) */
|
||||
{950, "big5"}, /* ANSI/OEM Traditional Chinese (Taiwan; Hong Kong SAR, PRC); Chinese Traditional (Big5) */
|
||||
|
Loading…
Reference in New Issue
Block a user