-
Notifications
You must be signed in to change notification settings - Fork 748
str() failure when C# ToString() return unicode character #666
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
Comments
It's a bug of the PyString_FromString method in runtime.cs, refer to #662 |
https://github.com/EcmaXp/execlib/blob/master/gen_lib/PyExcelLibrary/Excel.cs#L14-L33 Because, |
@EcmaXp pull requests are welcome! |
@denfromufa I can't build this repo, how can i build? |
The fix for this has been merged to master, so I'll close this. Feel free to reopen if the version in the master branch doesn't solve the issue. |
Environment
Details
str
python built-in function with C# class안녕
안녕PADD
if value is `안녕PADDINGX"It seems like failure str convert with ToString() function only.
(Another method, nor read value does not problem)
Minimal, Complete, and Verifiable example
this will help us understand the issue.
The text was updated successfully, but these errors were encountered: