Updates:
Summary: Non-ASCII characters blowing up Robot...
Status: Pending
Comment #1 on issue 833 by pekka.klarck: Non-ASCII characters blowing up
Robot...
http://code.google.com/p/robotframework/issues/detail?id=833
You wrote ASCII but I guess you mean non-ASCII. Anyway, to have non-ASCII
chars such as รค (also in Finnish =) you need to have your plain text files
encoded as UTF-8. With HTML you can use whatever encoding if you specify
that encoding in the headers. You can find the details from the User Guide:
http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.5.7#supported-file-formats
Does this work for you?