Unicode mapping scripts cleanup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Unicode mapping scripts cleanup
Date
Msg-id 55E525D3.6010804@gmx.net
Whole thread Raw
Responses Re: Unicode mapping scripts cleanup  (Greg Stark <stark@mit.edu>)
Re: Unicode mapping scripts cleanup  (Tatsuo Ishii <ishii@postgresql.org>)
Re: Unicode mapping scripts cleanup  (Andres Freund <andres@anarazel.de>)
Re: Unicode mapping scripts cleanup  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Here is a series of patches to clean up the Unicode mapping script
business in src/backend/utils/mb/Unicode/.  It overlaps with the
perlcritic work that I recently wrote about, except that these pieces
are not strictly related to Perl, but wrong comments, missing makefile
pieces, and such.

I discovered that some of the source files that one is supposed to
download don't exist anymore or are labeled obsolete.  Also, running the
scripts produces slight differences in the output.  So apparently, the
CJK to Unicode mappings are still evolving and should be updated
occasionally.  Next steps would be to commit some or all of these
differences after additional verification, and then update the scripts
to use whatever the non-obsolete mapping sources are supposed to be.

Attachment

pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: Horizontal scalability/sharding
Next
From: Michael Paquier
Date:
Subject: Re: perlcritic