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 <paul.wicking@qt.io>
This commit is contained in:
Luca Di Sera 2021-10-01 14:08:38 +02:00
parent cdfcb98bc0
commit c6ae39c45f
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@
*/ */
/*! /*!
\externalpage http://czyborra.com/ \externalpage https://www.unicode.org/reports/tr17/
\title Roman Czyborra's \title UTR17
*/ */
/*! /*!

View File

@ -562,8 +562,8 @@ QFontEngineData::~QFontEngineData()
For more general information on fonts, see the For more general information on fonts, see the
\l{comp.fonts FAQ}{comp.fonts FAQ}. \l{comp.fonts FAQ}{comp.fonts FAQ}.
Information on encodings can be found from Information on encodings can be found from the
\l{Roman Czyborra's} page. \l{UTR17} page.
\sa QFontMetrics, QFontInfo, QFontDatabase, {Character Map Example} \sa QFontMetrics, QFontInfo, QFontDatabase, {Character Map Example}
*/ */