Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-Low Target-2.7.5
New issue 1237 by pekka.klarck: Using keywords with non-ASCII characters in
name case-insensitively does not work with IronPython
http://code.google.com/p/robotframework/issues/detail?id=1237
Using keyword with name such as `Äiti on paras` like `äiti on paras` does
not work with IronPython. After some investigation we noticed that
IronPython failed to lowercase non-ASCII characters and thus matching these
names failed. It is possible that this problem manifests itself also with
variables but that hasn't been tested.
Following bug was submitted to IronPython issue tracker about:
http://ironpython.codeplex.com/workitem/33133