Locale::PO now preserves unrecognized flags, although there is still
commit3251644dcfe9e4ab1c5bad0e8d9a723fefab216f
authorKalle Olavi Niemitalo <kon@iki.fi>
Sat, 18 Feb 2006 18:30:40 +0000 (18 20:30 +0200)
committerKalle Olavi Niemitalo <kalle@Astalo.kon.iki.fi>
Sat, 18 Feb 2006 18:30:40 +0000 (18 20:30 +0200)
treeb922b90e6dac7190a55f816b11d5013c53286a98
parent4217f2c555ee1c264e37842f29556c6251fbbf78
Locale::PO now preserves unrecognized flags, although there is still
no documented way to access them.  It also preserves the order of
flags, if no flags are modified.
  Replaced the fuzzy, c_format, and php_format fields with _flaghash,
and renamed the _flag field to _flagstr.
  Flag-setting functions silently map unsupported values (e.g. 42) to
supported ones (e.g. 1), which they also return.
  The c_format and php_format methods treat empty strings as undef,
rather than as 0.
  Names of flags are case-sensitive, like in GNU Gettext.

POD changes:
  Unlisted the bugs that have now been fixed.
po/perl/Locale/PO.pm