Technote (FAQ)
Question
Does IBM Rational Robot support Polish characters in the stand-alone mode log?
Cause
You see scrambled chracters in the HTMLlog and the Event Properties window.
The following script reproduces the issue.
Sub Main Dim Result As Integer Dim FileText As String Open "C:\temp\Poland.txt" For Input As #1 Line Input #1, FileText Close #1 SQALogMessage sqaNone, FileText, FileText End Sub |
The content of Poland.txt is the following line.
Poland złoty
This script results in the following log and Event Properties window.
Answer
Currently Rational Robot does not support Polish characters. This issue has been identified as a request for enhancement (RFE) under RATLC02508288.
WORKAROUND
To circumvent, use English characters closest to the Polish character.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.