Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Handling special characters #8

Open
ParthaGudivada opened this issue Jan 30, 2018 · 2 comments
Open

Handling special characters #8

ParthaGudivada opened this issue Jan 30, 2018 · 2 comments

Comments

@ParthaGudivada
Copy link

specialCharacters.txt
Currently the special characters such as

  • ","
  • ""

that are escaped by backslash are not handled. It need to be unescaped for the proper parsing.

eg., specialCharacters.txt (had to use txt extension as this is not supporting ics format)

@kiliankoe
Copy link
Owner

Thanks for the hint! Will keep this open for the future. At the current time this lib is not being worked on. I'm hoping to get back to it at some point.

@ParthaGudivada
Copy link
Author

@kiliankoe

I created the PR for discussion purpose. I was able to unescape for comma, semicolon. Further the existing code does not handle if the event element extends beyond a line. Also for this one I have used RFC5545 for this. We can discuss this if it makes sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants