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
While returning a list of strings from python, I see one element like this:
(decode-coding-string "/Applications/Microsoft Office 2011/Office/\345\212\240\350\275\275\351\241\271/Solver.app" 'utf-8)
This is completely wrong.
It seems the solution is to return `("str1" "str2" ,(decode-coding-string "str3" 'utf-8) ...)
The text was updated successfully, but these errors were encountered:
The real path is: /Applications/Microsoft Office 2011/Office/加载项/Solver.app
Sorry, something went wrong.
No branches or pull requests
While returning a list of strings from python, I see one element like this:
This is completely wrong.
It seems the solution is to return `("str1" "str2" ,(decode-coding-string "str3" 'utf-8) ...)
The text was updated successfully, but these errors were encountered: