Fixed broken external link 99/214999/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.030315 accepted/tizen/5.5/unified/mobile/hotfix/20201027.064955 accepted/tizen/unified/20191004.003702 submit/tizen/20191001.023444 submit/tizen/20191001.235022 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 1 Oct 2019 00:08:06 +0000 (09:08 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 1 Oct 2019 00:09:22 +0000 (09:09 +0900)
Change-Id: Ic7f98543551f82446856f89e89528960efc134fc
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
src/include/utils_i18n_plural_rules.h
src/include/utils_i18n_uchar.h

index 7fa06b9..ff3162c 100644 (file)
@@ -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
  *
index bf66f94..082520a 100644 (file)
@@ -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 <a href="http://www.unicode.org/versions/unicode4.0.1/">Unicode 4.0.1</a>
+ *          See <a href="http://www.unicode.org/versions/Unicode4.0.1/">Unicode 4.0.1</a>
  *          Note: there are several icu whitespace functions. Please see the uchar.h file documentation
  *          for a detailed comparison.
  * @since_tizen 4.0