We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found issue with other character sets (eg. Chinese/Japanese etc).
Sample rtf string.
"{\rtf1\ansi\ansicpg1252\deff0\deflang2057{\fonttbl{\f0\froman\fprq1\fcharset128 Arial Unicode MS;}{\f1\fswiss\fcharset0 Arial;}}{*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\sb100\sa100\lang1033\f0\fs24'82'd0'82'e7'82'aa'82'c8\lang2057\f1\fs20\par}";
where '82'd0'82'e7'82'aa'82'c8 is the text. But this is identified as Nodetype = control.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found issue with other character sets (eg. Chinese/Japanese etc).
Sample rtf string.
"{\rtf1\ansi\ansicpg1252\deff0\deflang2057{\fonttbl{\f0\froman\fprq1\fcharset128 Arial Unicode MS;}{\f1\fswiss\fcharset0 Arial;}}{*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\sb100\sa100\lang1033\f0\fs24'82'd0'82'e7'82'aa'82'c8\lang2057\f1\fs20\par}";
where '82'd0'82'e7'82'aa'82'c8 is the text. But this is identified as Nodetype = control.
The text was updated successfully, but these errors were encountered: