aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2018-09-24 22:01:49 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2018-09-24 22:01:49 +0000
commit44eb8fa73bb53afa17e4d72b1c073d0e08a76866 (patch)
tree91456c9f0ec368308f734e6d649b046d57a19114
parentdd931d9b48647e898dc80927c532ae93cc09e192 (diff)
downloadgcc-44eb8fa73bb53afa17e4d72b1c073d0e08a76866.zip
gcc-44eb8fa73bb53afa17e4d72b1c073d0e08a76866.tar.gz
gcc-44eb8fa73bb53afa17e4d72b1c073d0e08a76866.tar.bz2
codecvt.xml: Move link to "UTF-8 and Unicode FAQ" to https.
* doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unicode FAQ" to https. From-SVN: r264547
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/codecvt.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 75b6157..ff53017 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-25 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unicode FAQ"
+ to https.
+
2018-09-24 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/policy_data_structures_biblio.xml: Update link
diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml
index 3f65e18..b5f81bc 100644
--- a/libstdc++-v3/doc/xml/manual/codecvt.xml
+++ b/libstdc++-v3/doc/xml/manual/codecvt.xml
@@ -673,7 +673,7 @@ codecvt usage.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.cl.cam.ac.uk/~mgk25/unicode.html">
+ xlink:href="https://www.cl.cam.ac.uk/~mgk25/unicode.html">
UTF-8 and Unicode FAQ for Unix/Linux
</link>
</title>