[Mono-dev] : DateTime.Parse patch

Atsushi Eno atsushi at ximian.com
Tue Aug 21 07:58:23 EDT 2007


Hi,

The locale data is stored in the runtime, culture-info-table.h.
It is generated from "locale-builder" (mono/tools/locale-builder)
which is based on (somewhat old) CLDR data and header file
generator written in C#.

The issue was introduced by the locale-builder itself. I have
fixed it in svn. So you can remove the hack now.

Atsushi Eno

Eyal Alaluf wrote:
> Hi, Atsushi.
> 
> The eu-ES locale has a wrong MonthDayPattern. Its 'MMMM' instead of
> 'MMMM dd'. This is why I added this line.
> How do you change the locale data?
> 
> The 'valuePos >= ' occurred during development (I think it was some
> white space skipping). I'll run a pass at minimizing these checks.
> 
> I'll remove the comment about the bug-fix and add a test case for this.
> 
> Thanks for the comments, Eyal.




More information about the Mono-devel-list mailing list