ctypedef: Replace entire "print" sections with one element
authorJohn Marino <draco@marino.st>
Sat, 15 Aug 2015 13:10:32 +0000 (15:10 +0200)
committerJohn Marino <draco@marino.st>
Sat, 15 Aug 2015 13:30:13 +0000 (15:30 +0200)
commite2b72454ba857934524b7045e27559c5175f8cbf
tree100e11133575f3805243078c5e67e9a495d2335e
parent6e46cba7c2068ca21f8d50de601d72784bbecb9b
ctypedef: Replace entire "print" sections with one element

With a recent change to localedef, the "print" section became completely
redundant.  Since it can consume several hundred thousand bytes, removing
it makes the ctype src files much smaller, usually by 33% - 50%.

However, non-breaking spaces have not been previously defined despite
being used in monetary definitions. To correct this mistake, the
non-breaking space has been introduced to ctype as a printable blank
character.  Localedef considers "blanks" as "spaces" so there is no need
to explicitly define this as a space as well.
13 files changed:
share/ctypedef/am_ET.UTF-8.src
share/ctypedef/ca_IT.UTF-8.src
share/ctypedef/el_GR.UTF-8.src
share/ctypedef/en_US.UTF-8.src
share/ctypedef/he_IL.UTF-8.src
share/ctypedef/hi_IN.UTF-8.src
share/ctypedef/hy_AM.UTF-8.src
share/ctypedef/ja_JP.UTF-8.src
share/ctypedef/ko_KR.UTF-8.src
share/ctypedef/ru_RU.UTF-8.src
share/ctypedef/uk_UA.UTF-8.src
share/ctypedef/zh_Hans_CN.UTF-8.src
share/ctypedef/zh_Hant_TW.UTF-8.src