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

ropemode is unusable with unicode #19

Closed
mcepl opened this issue Nov 30, 2013 · 1 comment
Closed

ropemode is unusable with unicode #19

mcepl opened this issue Nov 30, 2013 · 1 comment

Comments

@mcepl
Copy link
Contributor

mcepl commented Nov 30, 2013

source files are with encoding: utf8

most docstrings contains utf and specified like u"""юникод"""

emacs command rope-move-current-module -- review fails:
{{{
File "/usr/lib/python2.7/dist-packages/ropemode/refactor.py", line 48, in show
diffs = str(changes.get_description())
UnicodeEncodeError: 'ascii' codec can't encode characters in position 1669-1682: ordinal not in range(128)
}}}

@mcepl
Copy link
Contributor Author

mcepl commented Dec 1, 2013

Duplicate of the issue python-rope/ropemacs#16

@mcepl mcepl closed this as completed Dec 1, 2013
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