To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72919


User er changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Apr 25 17:55:02 +0000 
2007 -------
In CWS locales23:

i18npool/source/localedata/localedata.cxx  1.47.10.3
i18npool/source/localedata/data/Attic/fy_NL.xml  1.1.2.1
i18npool/source/localedata/data/localedata_euro.map  1.19.10.1
i18npool/source/localedata/data/makefile.mk  1.39.2.3

Hi Alberto,

Besides changing the locale's name to fy_NL and correcting the currency
format codes already mentioned I did the following changes:

The Time100SecSeparator>.< dot was different from the
DecimalSeparator>,< comma, usually this is not the case. I changed the
Time100SecSeparator to be ',' as well, same as in the nl_NL locale, and
adapted the corresponding format codes.

QuotationStart>‘< is U+2018 but QuotationEnd>'< is U+0027 (ASCII), and
DoubleQuotationStart and DoubleQuotationEnd are both >"< U+0022 (ASCII).
I don't think that was correct and changed them to the values used in
the nl_NL locale:
QuotationStart>‘<           U+2018
QuotationEnd>’<             U+2019
DoubleQuotationStart>“<     U+201c
DoubleQuotationEnd>”<       U+201d

Removed the blank from the percent format codes, which makes it equal to
the nl_NL locale. Blanks are usually not used there.

Changed the date format codes containing >NNNN, D< to >NNNND< as the
sequence of four consecutive NNNN already includes the
LongDateDayOfWeekSeparator and it was duplicated.

  Eike


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to