Re: [cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-31 Thread Andrew Haley
Andrew John Hughes wrote: > 2008/12/31 Andrew Haley : >> Andrew John Hughes wrote: >>> The standard characters set in SimpleDateFormat should match >>> the length of the localised characters obtained from our locale >>> data. >>> >>> ChangeLog: >>> >>> 2008-12-30 Andrew John Hughes >>> >>>

Re: [cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-31 Thread Andrew John Hughes
2008/12/31 Andrew Haley : > Andrew John Hughes wrote: >> The standard characters set in SimpleDateFormat should match >> the length of the localised characters obtained from our locale >> data. >> >> ChangeLog: >> >> 2008-12-30 Andrew John Hughes >> >> * java/text/SimpleDateFormat.java: >>

Re: [cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-31 Thread Andrew Haley
Andrew John Hughes wrote: > The standard characters set in SimpleDateFormat should match > the length of the localised characters obtained from our locale > data. > > ChangeLog: > > 2008-12-30 Andrew John Hughes > > * java/text/SimpleDateFormat.java: > (standardChars): Use standar