From cb929f88e7b8c963b01f6770ed0ddb980c11c97a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 1 Oct 2019 09:08:06 +0900 Subject: [PATCH] Fixed broken external link Change-Id: Ic7f98543551f82446856f89e89528960efc134fc Signed-off-by: DongHun Kwak --- src/include/utils_i18n_plural_rules.h | 2 +- src/include/utils_i18n_uchar.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/utils_i18n_plural_rules.h b/src/include/utils_i18n_plural_rules.h index 7fa06b9..ff3162c 100644 --- a/src/include/utils_i18n_plural_rules.h +++ b/src/include/utils_i18n_plural_rules.h @@ -42,7 +42,7 @@ extern "C" { * the keyword for the first condition that matches the number. * If none match, default rule(other) is returned. * For more information, details, and tips for writing rules, see the LDML spec, - * C.11 Language Plural Rules: http://www.unicode.org/draft/reports/tr35/tr35.html#Language_Plural_Rules \n\n + * C.11 Language Plural Rules: https://www.unicode.org/reports/tr35/tr35-53/tr35-numbers.html#Language_Plural_Rules \n\n * * Examples:\n * diff --git a/src/include/utils_i18n_uchar.h b/src/include/utils_i18n_uchar.h index bf66f94..082520a 100644 --- a/src/include/utils_i18n_uchar.h +++ b/src/include/utils_i18n_uchar.h @@ -625,7 +625,7 @@ int i18n_uchar_is_java_space_char(i18n_uchar32 c, i18n_ubool *is_java_space_char * but it may not return the exact same results because of the Unicode version difference. * Note: unicode 4.0.1 changed u+200_b zero width space from a space separator (Zs) to * a format control (Cf). Since then, i18n_uchar_is_whitespace(0x200b) returns @c false. - * See Unicode 4.0.1 + * See Unicode 4.0.1 * Note: there are several icu whitespace functions. Please see the uchar.h file documentation * for a detailed comparison. * @since_tizen 4.0 -- 2.7.4