Character Equivalency for GVD 5.7.1 and higher
Authored by: John Petrie
Created on: September 30, 2020
Article Title | Character Equivalency for GVD 5.7.1 |
Type | Informational / Troubleshooting |
Software | GlobalVision Desktop |
Software version | 5.7.1 and up |
When performing a Text Inspection, some characters that read the same but have different Unicode values will be flagged as a difference.
This was an issue found with Cyrillic characters used in certain European languages.
To avoid the inspection from finding false differences for characters that are the same, we can add these Unicode values to the Text Inspection profile, under the section Character Equivalency.
Steps
Navigate to the folder path: C:\ProgramData\GlobalVision\Text
Make a copy of a Text Inspection profile which would suite the type of inspection being done
Open the newly created XML file and find the section “<CharEquivalency CharEquivalencyList= >
For the software to read the Unicode values as matching, we need to set them equal to each other. For instance, the syntax “0X064a:0x06cc” is read as:
Unicode value U+064a is equal to U+06cc, using the “:” as the equal sign.
Syntax
Please note the format of adding additional values to the Character Equivalency list.
Each Unicode section begins with: <
And then ends with: >;
Example: <0X25aa:0Xf0a7>;