mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
font charset is iso8859-1, not iso-8859-1.
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): font charset is iso8859-1, not iso-8859-1.
This commit is contained in:
parent
50b1a5a9dc
commit
ceac1c16fd
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Jul 3 17:54:49 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
font charset is iso8859-1, not iso-8859-1.
|
||||
|
||||
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
|
||||
|
@ -141,6 +141,7 @@ gdk_font_charset_for_locale ()
|
||||
{
|
||||
static char *charset_map[][2] = {
|
||||
{ "ANSI_X3.4-1968", "iso8859-1" },
|
||||
{ "US-ASCII", "iso8859-1" },
|
||||
{ "ISO-8859-1", "iso8859-1" },
|
||||
{ "ISO-8859-2", "iso8859-2" },
|
||||
{ "ISO-8859-3", "iso8859-3" },
|
||||
@ -150,7 +151,7 @@ gdk_font_charset_for_locale ()
|
||||
{ "ISO-8859-7", "iso8859-7" },
|
||||
{ "ISO-8859-8", "iso8859-8" },
|
||||
{ "ISO-8859-9", "iso8859-9" },
|
||||
{ "UTF-8", "iso8859-1" }
|
||||
{ "UTF-8", "iso8859-1" }
|
||||
};
|
||||
|
||||
char *codeset;
|
||||
@ -169,7 +170,7 @@ gdk_font_charset_for_locale ()
|
||||
if (result)
|
||||
return g_strdup (result);
|
||||
else
|
||||
return g_strdup ("iso-8859-1");
|
||||
return g_strdup ("iso8859-1");
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user