From 64f2f1c70d2f42507d9c624e09dcf486ceca7be5 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 15 Feb 2021 23:52:44 +0100 Subject: [PATCH] Revert "fixed broken [build|link]." This reverts commit 8ef027f13166f0315c70eaf47f02d849b427652d. The proper fix in this case was . --- 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 a5df7cb2a9..3462e38482 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; + See &url.unicode.reports.tr;11/ for details regarding East Asian character widths. diff --git a/reference/mbstring/functions/mb-strwidth.xml b/reference/mbstring/functions/mb-strwidth.xml index 9eff744939..d391c24eee 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; + See &url.unicode.reports.tr;11/ for details regarding East Asian character widths.