Forum Discussion
there are some way to input vietnamese.
* The general way is Keyboards and Languages of microsoft. to see detail you can see at http://ictnews.vn/the-gioi-so/thu-thuat/go-tieng-viet-khong-can-unikey-hay-bat-ky-phan-mem-nao-119842.ict
after set up follow that link. you type "y7" and result is "ỹ".
* Another way is use unikey ̣(a tool allow input vietnamese simple).
Some day ago, i have a workaround solution. i write some c# code and everthing is ok. but it's not an offical solution.
Hi
It does work for me after I have changed the default keyboard layout to Vietnamese:
Please note how TestComplete uses keys to input ỹ
- baxatob10 years agoCommunity Hero
I prepare all data with proper encoding before I will use it in tests.
Otherwise you should control and decode your characters somewhere in your scripts.
- baxatob10 years agoCommunity Hero
Hi,
I believe that the best way is to prepare all test input data in unicode, which is acceptable by TestComplete.
The aim of text input automation is to automate text input, and you should not worry how TC will do it for you.
However you can ask SmartBear support team to investigate your issue and possibly they would implement a special support for Vietnamese language.
- asc686f6110 years agoOccasional Contributor
when i type "y 7" to testcomplete it's not show "ỹ".
now i have a string "mỹ". can you help me input to notepad
function OCRobjectSample()
{var str="mỹ";
// your code
} - baxatob10 years agoCommunity Hero
Please check, how this looks on my side when I use the manual input (y7) from the keyboard :
I suppose, you have used copy-paste, and it caused a kind of encoding problem.
- asc686f6110 years agoOccasional Contributor
these char is not in my language. so all vietnamese like "mỹ",in excel, document file or webpage. so how can i input by testcomplete with excel file contain "mỹ"
- asc686f6110 years agoOccasional Contributor
too complicated, i will use my c# code to input any unicode character. is there any problem?
- baxatob10 years agoCommunity Hero
No problem if it works for you.
- NHT10 years agoVisitor
Hi baxatob,
I have the same problem
In my country - Viet Nam, everyone use the software called Unikey for typing vietnamese unicode because its convenient.
Following the link
Example: text "Lê Mỹ Duyên" from excel with Unikey
Method type - Telex: Le+e My+x Duye+en => Lê Mỹ Duyên
But TestComplete use window keyboard for vietnamese unicode is uncomfortable.
How to support this case??