From: DongHun Kwak Date: Tue, 1 Oct 2019 00:08:06 +0000 (+0900) Subject: Fixed broken external link X-Git-Tag: submit/tizen/20191001.023444^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F214999%2F1;p=platform%2Fcore%2Fapi%2Fbase-utils.git Fixed broken external link Change-Id: Ic7f98543551f82446856f89e89528960efc134fc Signed-off-by: DongHun Kwak --- 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