ATFutures / calendar

R interface to iCal (.ics files)
https://atfutures.github.io/calendar/
Other
38 stars 10 forks source link

Small solution for encoding problem #39

Closed dmitri-bel closed 3 years ago

dmitri-bel commented 3 years ago

Hi,

While working with your package, I encountered the problem that UTF-8 characters from my input file lost their encoding after using the ic_read() function. This small solution forces the encoding to be set to UTF-8.

Please only accept this request if it proves to be valuable.

Robinlovelace commented 3 years ago

Thanks for the suggestion @DmitriBeloshitskiy. Do you still want this reviewed?