-
Notifications
You must be signed in to change notification settings - Fork 147
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
encoding #24
Comments
I was facing the same issue and found a solution, simply by editing the saving function in the VBA editor. Change the "SaveConversionResultToFile" as follows: `Public Sub SaveConversionResultToFile(ByVal pModel As IModel)
End Sub` The result is that the file generated will be UTF-8 directly |
Nice! Could you submit that as a Pull Request? |
I'm not so familiar with GitHub mechanics. But feel free to post it. |
@thorade Until PR gets accepted, you can use "Copy to Clipboard", right? |
OK, thanks, will try that. |
Windows 7, Office 365. |
Hi @thorade, I am about to implement Unicode -> UTF-8 encoder on my own so it's platform independent. Stay tuned. |
When saving a table to a tex file, that file has ANSI encoding, so if the table contains e.g. ÄÖÜ I currently need to open the file in Notepad++ and convert to UTF-8. Would it be possible to either store the file as UTF-8 directly, or convert Ö to {"O} ??
I filed a similar issue years ago:
https://bugs.launchpad.net/excel2latex/+bug/944134
but the workaround used there does not work anymore, because I switched from pdflatex to lualatex.
Any ideas for a new workaround or solution?
By now all editors support UTF-8, and pdflates also supports utf8.
The text was updated successfully, but these errors were encountered: