From: Behdad Esfahbod Date: Thu, 17 Nov 2005 03:39:47 +0000 (+0000) Subject: Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should be X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=cac3d6ea8d8b49cce7aa9252caddfe45217c1755;p=dana%2Fcg-glib.git Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should be 2005-11-16 Behdad Esfahbod * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN. --- diff --git a/ChangeLog b/ChangeLog index 5b7ef7c1..6da35d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-16 Behdad Esfahbod + + * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning + @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN. + 2005-11-09 Behdad Esfahbod * glib/guniprop.c: Use bit hacks instead when checking a general diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5b7ef7c1..6da35d61 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-11-16 Behdad Esfahbod + + * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning + @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN. + 2005-11-09 Behdad Esfahbod * glib/guniprop.c: Use bit hacks instead when checking a general diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5b7ef7c1..6da35d61 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-11-16 Behdad Esfahbod + + * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning + @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN. + 2005-11-09 Behdad Esfahbod * glib/guniprop.c: Use bit hacks instead when checking a general diff --git a/docs/reference/glib/tmpl/unicode.sgml b/docs/reference/glib/tmpl/unicode.sgml index 466299dc..5396f20e 100644 --- a/docs/reference/glib/tmpl/unicode.sgml +++ b/docs/reference/glib/tmpl/unicode.sgml @@ -283,7 +283,7 @@ GLib 2.8 supports Unicode 4.0, GLib 2.10 supports Unicode 4.1. The five Hangul types were added in Unicode 4.1, so, has been introduced in GLib 2.10. Note that new types may be added in the future. Applications should be ready to handle unknown values. -They may be regarded as @G_UNICODE_BREAK_UNKNOWN +They may be regarded as %G_UNICODE_BREAK_UNKNOWN See http://www.unicode.org/unicode/reports/tr14/.