-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
In tables special characters gets replaced with strange characters, the charset is not managed properly #13
Comments
Thanks for reporting. This is linked to your first ticket right ? What seems to be wrong is that tables don't support specials characters because the rest of the file is ok. |
I'm not sure if its connected to the first one. We just converted our files to extended ANSI (1252), after that we were able to run ghokin on them and then we noticed this one. So, it happens in tables only. |
Ok so could you provide me a file for the first ticket like in this one to reproduce the problem. About this ticket, I guess the problem come from a library used in ghokin, not ghokin itself, it's going to be a bit tricky to fix if I am correct. |
Done, attached the file for the other issue. |
update: |
So sorry to address this issue now, I wasn't able to figure out a proper fix at the time and left this aside in a corner of my mind. My 2 cts about this issue is that we must manage only So I added an automatic converter that will detect and change the charset of the file to |
Issue
In tables if we are trying to use special characters, after formatting it will replace special characters to strange ones.
How to reproduce
test-ansi.zip
The text was updated successfully, but these errors were encountered: