Skip to content

Input Text shows Russian characters as question marks in a report #90

Open
@php-coder

Description

@php-coder

When I use Input Text with Russian characters, they are displayed as questions in the report:

rf-report-bug

The same problem in the target/robotframework-reports/output.xml file:

<kw library="Selenium2Library" name="Input Text">
  <doc>Types the given &lt;b&gt;text&lt;/b&gt; into the text field identified by</doc>
  <arguments> 
    <arg>id=nameRu</arg>
    <arg>Космос</arg>
  </arguments>
  <msg level="INFO" timestamp="20170301 20:00:20.375">Typing text '??????' into text field 'id=nameRu'</msg>
  <status endtime="20170301 20:00:20.413" starttime="20170301 20:00:20.369" status="PASS"/>
</kw>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions