Menu

CharSet

Help
rafatkd
2006-10-05
2013-04-25
  • rafatkd

    rafatkd - 2006-10-05

    How can i define the CharSet as Unicode or UTF-16 ???
    Is that possible?

    Thanks,
    Rafael

     
    • Christian Hargraves

      For CSV files, you set the csvCharset attribute to whatever charset you want.

      http://jameleon.sourceforge.net/syntax-reference.html#csv_tag

      If you then want the HTML to be generated in the correct charset, set the genTestCaseDocsEncoding config variable in Environment.properties or in the testcase tag itself.

      http://jameleon.sourceforge.net/testCaseTag.html

      If the XML parser is complaining, then you need to set the encoding to the correct type in the prolog. For example:

      <?xml version="1.0" encoding="utf-16" ?>

       

Log in to post a comment.