joniles / rtfparserkit

Primary repository for RTF Parser Kit library
Apache License 2.0
104 stars 42 forks source link

Incorrect handling of unicode ANSI skipping #30

Open ztravis opened 8 months ago

ztravis commented 8 months ago

The current implementation of unicode ANSI replacement sequences is slightly wrong - according to https://www.biblioscape.com/rtf15_spec.htm

I plan on opening a PR for these, just wanted to open an issue first in case that takes a while.

Gurushesh-Metapercept commented 4 months ago

@ztravis , could you please tell me how to run rtfparserkit? I have created a Maven project and added rtfparserkit as a dependency, but I'm still encountering errors. Have you successfully run it? If so, could you share any guidelines or solutions you have?