summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-10-01 14:08:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-01 17:50:53 +0000
commite396e310c2197609025567c4f5567390be700462 (patch)
tree5f8da1896d2a51cc63a7a129b29b2d0b83e65649 /src
parent20ef130f3a55f24dfba09f3a3e49d73ab7e6869f (diff)
Doc: Replace broken link to Roman Czyborra's personal page
The `QFont` documentation refers to Roman Czyborra's personal page with the intent of providing information about encodings. The page seems to have been down for many years and may contain information that is now deprecated such that it is now replaced with a link to the Unicode Technical Report 17 about the Unicode Character Encoding Model. The new link was chosen as a substitute as it seems to cover or provide the intuition for, standing by the last captured version of Roman Czyborra's personal page on the Wayback Machine, many of the same concepts. Task-number: QTBUG-96127 Change-Id: Ibf901b5023688c14efb3d6f77a10609f7ba80e72 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit c6ae39c45f4b2cdcd27990aeb10f9a7628646888) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/gui/doc/src/external-resources.qdoc4
-rw-r--r--src/gui/text/qfont.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/doc/src/external-resources.qdoc b/src/gui/doc/src/external-resources.qdoc
index 0addbb21cd..d58230ed2b 100644
--- a/src/gui/doc/src/external-resources.qdoc
+++ b/src/gui/doc/src/external-resources.qdoc
@@ -37,8 +37,8 @@
*/
/*!
- \externalpage http://czyborra.com/
- \title Roman Czyborra's
+ \externalpage https://www.unicode.org/reports/tr17/
+ \title UTR17
*/
/*!
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 76ced18099..aae64f8d02 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -562,8 +562,8 @@ QFontEngineData::~QFontEngineData()
For more general information on fonts, see the
\l{comp.fonts FAQ}{comp.fonts FAQ}.
- Information on encodings can be found from
- \l{Roman Czyborra's} page.
+ Information on encodings can be found from the
+ \l{UTR17} page.
\sa QFontMetrics, QFontInfo, QFontDatabase, {Character Map Example}
*/