cldr2def tool: Fix alternative month generation
authorJohn Marino <draco@marino.st>
Fri, 24 Jul 2015 15:46:02 +0000 (17:46 +0200)
committerJohn Marino <draco@marino.st>
Fri, 24 Jul 2015 15:55:18 +0000 (17:55 +0200)
commitbdbc34a9bc7c0590872d2d4d5bf7bef6ee170729
tree50c6d6442372b42a841a8665ba4ff434998cbf0b
parent14f961d0506964e0634b436e8fa1f3fe38178450
cldr2def tool: Fix alternative month generation

For some locales defined in tools/tools/locale/etc/charmaps.xml,
there are alternative month names defined in CDATA.  When they are
not present, the POSIX months are just repeated, otherwise this CDATA
set is returned.

The problem is that the spaces and approximately half of the double
quotes were retained as part of the names.  This modification will
strip off the white space and quotes to fix alternative month
definitions.
tools/tools/locale/tools/cldr2def.pl