Fix zh_Hans_CN.GB2312 locale
authorJohn Marino <draco@marino.st>
Sat, 1 Aug 2015 17:12:21 +0000 (19:12 +0200)
committerJohn Marino <draco@marino.st>
Sat, 1 Aug 2015 18:00:03 +0000 (20:00 +0200)
commitad8989d2a6c8c7661c9fa2938b8a51ac1b1d17eb
tree62886b8d0b188f44b57c525b2d085de00bee79b1
parentcff97b0650b07784484ad1516aabf45a1cf614cc
Fix zh_Hans_CN.GB2312 locale

It turns out that using a commented source file for LC_* file generation
really isn't a good idea.  In the cldr2def tool's charmap.xls, the
low ASCII is transformed to the "Full width" versions, but the first
byte just happens to be "#".  Yes, that's right, the comment character.

Since all comments are either "#" or or followed by a space, I can fix
the resulting broken zh_Hans_CN.GB2312 by alterning the grep instruction.
However, if we ever have a legitimate single "#" character as input, then
this won't work anymore.

The Armenian changes are a result to a tool correction that will be
commited shortly.
share/colldef/Makefile
share/monetdef/Makefile
share/monetdef/hy_AM.ARMSCII-8.src
share/msgdef/Makefile
share/numericdef/Makefile
share/numericdef/hy_AM.ARMSCII-8.src
share/numericdef/hy_AM.UTF-8.src [deleted file]
share/timedef/Makefile
share/timedef/hy_AM.ARMSCII-8.src