-
Notifications
You must be signed in to change notification settings - Fork 91
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
diacritics in link name causes app crash #34
Comments
This partially fixed my problem. |
@bart9k if that's not too much to ask for - could you please send a pull-request? Thanks in advance. |
@pawelrychlik, I'll do bit more testing and if it is successful I'll pull my changes. |
Sorry for delay. But my suggested fix is not working well it covers issue only partially. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have localized link names to Czech using diacritics. Then script process such link name it crashes with following:
Fetching RIO-1887
RIO-1887 => souvisí s => RIO-1897
Traceback (most recent call last): File "jira-dependency-graph.py", line 286, in <module> main() File "jira-dependency-graph.py", line 277, in main options.ignore_subtasks, options.traverse, options.word_wrap) File "jira-dependency-graph.py", line 201, in build_graph_data return walk(start_issue_key, []) File "jira-dependency-graph.py", line 197, in walk walk(child, graph) File "jira-dependency-graph.py", line 189, in walk result = process_link(fields, issue_key, other_link) File "jira-dependency-graph.py", line 142, in process_link link_type, extra) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 6: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: