by ranettix » Fri Sep 09, 2011 9:27 pm
Ranorex writes texts into GUI elements like list boxes, buttons, menus, title bars etc.
The question simply is which character set is used for writing these texts.
UTF-8 (Unicode Standard) for example defines 1-byte characters as used in the ASCII character set, but also characters using more than 1 byte. This implies that character codes with the numeric value higher than 127 use up more than 1 byte in UTF-8.
The question came up when texts were not displayed correctly, e.g. there were "?" characters not specified in the program - this could indicate that Ranorex sends character codings which are not compatible with the application or operating system configuration.
So far I assumed that Ranorex uses ASCII encoding, i.e. character values from 0 to 127.
Regards,
H. Groh