On 26 March 2014 13:31, Benedikt Ritter <[email protected]> wrote: > Looks like only the files I have created are affected. Maybe I have to > change my environment? >
More likely the earlier files did not include any non-ASCII characters. > 2014-03-26 14:24 GMT+01:00 <[email protected]>: > >> Author: sebb >> Date: Wed Mar 26 13:24:02 2014 >> New Revision: 903733 >> >> Log: >> Convert to UTF-8 >> >> Modified: >> >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.1.txt >> >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.txt >> >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.txt >> >> Modified: >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.1.txt >> >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.1.txt >> (original) >> +++ >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.1.txt >> Wed Mar 26 13:24:02 2014 >> @@ -110,7 +110,7 @@ o LANG-462: FastDateFormat supports par >> BUG FIXES >> =========== >> >> -o LANG-932: Spelling fixes. Thanks to Ville Skyttä. >> +o LANG-932: Spelling fixes. Thanks to Ville Skyttä. >> o LANG-929: OctalUnescaper tried to parse all of \279. >> o LANG-928: OctalUnescaper had bugs when parsing octals starting with a >> zero. >> o LANG-905: EqualsBuilder returned true when comparing arrays, even when >> the >> >> Modified: >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.txt >> >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.txt >> (original) >> +++ >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.2.txt >> Wed Mar 26 13:24:02 2014 >> @@ -98,7 +98,7 @@ o LANG-462: FastDateFormat supports par >> BUG FIXES >> =========== >> >> -o LANG-932: Spelling fixes. Thanks to Ville Skyttä. >> +o LANG-932: Spelling fixes. Thanks to Ville Skyttä. >> o LANG-929: OctalUnescaper tried to parse all of \279. >> o LANG-928: OctalUnescaper had bugs when parsing octals starting with a >> zero. >> o LANG-905: EqualsBuilder returned true when comparing arrays, even when >> the >> >> Modified: >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.txt >> >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.txt >> (original) >> +++ >> websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.3.txt >> Wed Mar 26 13:24:02 2014 >> @@ -75,12 +75,12 @@ o LANG-943: Test DurationFormatUtilsTes >> o LANG-613: ConstructorUtils.getAccessibleConstructor() Does Not Check >> the >> Accessibility of Enclosing Classes >> o LANG-951: Fragments are wrong by 1 day when using fragment YEAR or >> MONTH. >> - Thanks to Sebastian Götz. >> + Thanks to Sebastian Götz. >> o LANG-950: FastDateParser does not handle two digit year parsing like >> SimpleDateFormat >> o LANG-949: FastDateParserTest.testParses does not test FastDateParser >> o LANG-915: Wrong locale handling in LocaleUtils.toLocale(). >> - Thanks to Sergio Fernández. >> + Thanks to Sergio Fernández. >> >> CHANGES >> ========= >> @@ -175,7 +175,7 @@ o LANG-462: FastDateFormat supports par >> BUG FIXES >> =========== >> >> -o LANG-932: Spelling fixes. Thanks to Ville Skyttä. >> +o LANG-932: Spelling fixes. Thanks to Ville Skyttä. >> o LANG-929: OctalUnescaper tried to parse all of \279. >> o LANG-928: OctalUnescaper had bugs when parsing octals starting with a >> zero. >> o LANG-905: EqualsBuilder returned true when comparing arrays, even when >> the >> >> >> > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
