Actions
Bug #6440
closedWe can't use é in the generic methods parameters
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
If we use "é" in the parameters of generic method, we get the following error message
'ascii' codec can't encode character u'\xe9' in position 322
the problem is surely more global, with all non ASCII-7 characters :(
Actions