aamer_iqbal
13 years agoOccasional Contributor
Problem in comparing Japanese strings in Win 7 and properly working in Win XP OS
Our application displays GUI strings in Japanese language.
In Win XP PC :
If we compare those Japanese strings with already saved Japanese strings then the comparison is PASSING and it is printing those Japanese strings in Test complete logs taken from GUI and from saved strings.
In Win 7 64Bit PC :
If we compare those Japanese strings with already saved Japanese strings then the comparison is FAILING and it is printing as "????" instead of actual strings both from GUI and already saved Japanese strings in Test complete logs.
We are using aqstrings.compare() for above comparison.
What must be the root cause for above problem??
Our application displays GUI in Japanese properly for both Win XP and Win 7 PCs. Both the PCs have language pack installed in it.
In Win XP PC :
If we compare those Japanese strings with already saved Japanese strings then the comparison is PASSING and it is printing those Japanese strings in Test complete logs taken from GUI and from saved strings.
In Win 7 64Bit PC :
If we compare those Japanese strings with already saved Japanese strings then the comparison is FAILING and it is printing as "????" instead of actual strings both from GUI and already saved Japanese strings in Test complete logs.
We are using aqstrings.compare() for above comparison.
What must be the root cause for above problem??
Our application displays GUI in Japanese properly for both Win XP and Win 7 PCs. Both the PCs have language pack installed in it.