Space (0xA0) of unicode in short text should be translated to "0x20" by generating report in XML in Integrity Lifecycle Manager
Se aplica a
- PTC RV&S (formerly Integrity Lifecycle Manager) 10.4 to 12.0
Descripción
- Steps to reproduce:
- Create an item which has the following fields
- Short text field: The value contains space(0xA0) of unicode
- Open IME Pad and select Unicode (Basic Multiple Languages) as Character Category and copy U + 00A0
- Long text field: The value contains space(0xA0) of unicode
- Short text field: The value contains space(0xA0) of unicode
- Generate a report for the item in XML by using the report type named Basic - XML
- Result
- Space(0xA0) in short text translated to " ". <--This is not acceptable. Because " " is not valid in XML files.
- Space(0XA0) in long text translated to "0x20" <--- This is fine.
- Example:
<field fieldname="Shared Text">l o n g</field>
- Expected result
- Space(0xA0) of unicode in both of short text and long text should be translated to "0x20" by generating report in XML.