You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: