Skip to content
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 issues #29

Open
TomasZwinkels opened this issue Mar 7, 2017 · 0 comments
Open

Encoding issues #29

TomasZwinkels opened this issue Mar 7, 2017 · 0 comments

Comments

@TomasZwinkels
Copy link

I am having some troubles with special characters (Unicode).

When I make the 'ImportCodeFor' call in in the add-in menu a .bas file with this line:

strPattern = "Dr. ès lettres"

becomes

strPattern =" Dr. ès lettres"

The general windows settings for 'Language for non-Unicode programs' is set to German, and should allow for such characters. A copy paste via notepad++ into the code window also properly copies to character. I suppose somewhere in the import process the encoding of code content might need to be specified? So far I had no luck figuring out where myself.

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

No branches or pull requests

1 participant