mangstadt / biweekly

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

åäö become ??? #118

Closed piotrblasiak closed 2 years ago

piotrblasiak commented 2 years ago

Is this a limitation or a bug, and can we work around it?

mangstadt commented 2 years ago

It's fine, we don't need those letters anyway.

darku77 commented 2 years ago

@piotrblasiak

Is this a limitation or a bug, and can we work around it?

final ICalendar c = new ICalendar(); .... return Biweekly.write(c).go().getBytes(StandardCharsets.UTF_8); .... //write to file