Re: Stale external URL in doc?
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: daniel@yesql.se
Cc: thomas.munro@gmail.com, tgl@sss.pgh.pa.us, magnus@hagander.net,
pgsql-hackers@lists.postgresql.org, bruce@momjian.us
Date: 2020-07-14T03:26:56Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-conversion-table-generator-scripts.patch (text/x-patch)
It is found to be a time capsule full of worms.. At Tue, 14 Jul 2020 09:00:11 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in > > Use of uninitialized value $b1_lower in printf at convutils.pm line 560. > > Mmm. I see the same, too. I'm looking into that. There are three easy-to-fix issues: 1. The script set utilized undef as zeros, so most of them are fixed by using zero for undefs. 2. Some Japanese-related converter scripts seem to be affected by a change of regexp greediness and easily fixed. 3. I got a certificate error for ssl.icu-project.org and found that the name is changed to icu-project.org. And one issue that I'm not sure how we shold treat this: A. I didn't find the files gb-18030-2000.xml and windows-949-2000.xml in the ICU site. We have our own copy in our repository so it's not a serious problem but I'm not sure what we should do for this. I found CP949.TXT for windows-949-2000.xml but the former is missing mappings for certaion code ranges (c9xx and fexx). The attached is the fix for 1 to 3 above. It doesn't contain changes in .map files. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix conversion table generator scripts.
- a5073871ea65 14.0 landed
-
doc: Refresh more URLs in the docs
- 045d03fcaf20 9.5.23 landed
- 5cd4954bb6ed 9.6.19 landed
- 690569c61f4c 10.14 landed
- dcd671801794 11.9 landed
- ab5ad0c71a0f 12.4 landed
- f2b65519e17d 13.0 landed
- 9add405014f8 14.0 landed
-
Doc: update or remove dead external links.
- e91cd951b111 14.0 landed
- df1265087900 9.5.23 landed
- da76f05e276c 10.14 landed
- a5f18e8c2180 12.4 landed
- a20535da7273 9.6.19 landed
- 763a0b63a25c 13.0 landed
- 0ecd36ee0e49 11.9 landed
-
Rewrite the perl scripts to produce our Unicode conversion tables.
- 1de9cc0dcca6 10.0 cited