From c6ae39c45f4b2cdcd27990aeb10f9a7628646888 Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Fri, 1 Oct 2021 14:08:38 +0200 Subject: 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 Pick-to: 6.2 Change-Id: Ibf901b5023688c14efb3d6f77a10609f7ba80e72 Reviewed-by: Paul Wicking --- src/gui/text/qfont.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/text') 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} */ -- cgit v1.2.3