mangstadt / biweekly

biweekly is an iCalendar library written in Java.
BSD 2-Clause "Simplified" License
323 stars 44 forks source link

Always use ENGLISH Locale for number formatting #72

Closed mensly closed 7 years ago

mensly commented 7 years ago

Not able to correctly create iCal files on a device with an Arabic locale, as the DecimalFormat instance created uses different numerals.

codecov-io commented 7 years ago

Codecov Report

Merging #72 into master will increase coverage by <1%. The diff coverage is 100%.

@@            Coverage Diff            @@
##             master     #72    +/-   ##
=========================================
+ Coverage        79%     79%   +<1%     
+ Complexity     3405    3404     -1     
=========================================
  Files           278     278            
  Lines         11520   11603    +83     
  Branches       1850    1860    +10     
=========================================
+ Hits           9140    9217    +77     
- Misses         1889    1893     +4     
- Partials        491     493     +2
mensly commented 7 years ago

Oops, sorry, was using the online github editor to make the changes and didn't notice. Fixed now.