From 8ef027f13166f0315c70eaf47f02d849b427652d Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Tue, 16 Feb 2021 05:49:24 +0900 Subject: [PATCH] fixed broken [build|link]. --- reference/mbstring/functions/mb-strimwidth.xml | 2 +- reference/mbstring/functions/mb-strwidth.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mbstring/functions/mb-strimwidth.xml b/reference/mbstring/functions/mb-strimwidth.xml index 3462e38482..a5df7cb2a9 100644 --- a/reference/mbstring/functions/mb-strimwidth.xml +++ b/reference/mbstring/functions/mb-strimwidth.xml @@ -20,7 +20,7 @@ Truncates string string to specified width, where halfwidth characters count as 1, and fullwidth characters count as 2. - See &url.unicode.reports.tr;11/ + See &url.unicode.reports; for details regarding East Asian character widths. diff --git a/reference/mbstring/functions/mb-strwidth.xml b/reference/mbstring/functions/mb-strwidth.xml index d391c24eee..9eff744939 100644 --- a/reference/mbstring/functions/mb-strwidth.xml +++ b/reference/mbstring/functions/mb-strwidth.xml @@ -17,7 +17,7 @@ Returns the width of string string, where halfwidth characters count as 1, and fullwidth characters count as 2. - See &url.unicode.reports.tr;11/ + See &url.unicode.reports; for details regarding East Asian character widths.