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

A serious bug: return a form that eval'd to a string in place of a string #48

Open
leoliu opened this issue Feb 15, 2013 · 1 comment
Open

Comments

@leoliu
Copy link
Contributor

leoliu commented Feb 15, 2013

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) ...)

@leoliu
Copy link
Contributor Author

leoliu commented Feb 15, 2013

The real path is: /Applications/Microsoft Office 2011/Office/加载项/Solver.app

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