Re: Stale external URL in doc?

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: daniel(at)yesql(dot)se
Cc: thomas(dot)munro(at)gmail(dot)com, tgl(at)sss(dot)pgh(dot)pa(dot)us, magnus(at)hagander(dot)net, pgsql-hackers(at)lists(dot)postgresql(dot)org, bruce(at)momjian(dot)us
Subject: Re: Stale external URL in doc?
Date: 2020-07-14 03:26:56
Message-ID: 20200714.122656.80694936914611716.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It is found to be a time capsule full of worms..

At Tue, 14 Jul 2020 09:00:11 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)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

Attachment Content-Type Size
v1-0001-Fix-conversion-table-generator-scripts.patch text/x-patch 6.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-07-14 03:40:41 Re: Stale external URL in doc?
Previous Message Fujii Masao 2020-07-14 02:42:50 Re: POC and rebased patch for CSN based snapshots