- checkmail
- Posts : 2
Join date : 2013-05-14
Paremetrization/Sel-IDE and .js file not outputting UTF-8 correctly
Wed May 22, 2013 5:43 pm
I decided to parametrize my tests and added some cyrrilic data in a .js file.
this is the code of the file:
var names=new Array ('Китара','Хладилник','Телевизор','Телефон','Микровълнова фурна','Тиган','Котлон','Бойлер','Касетофон')
and this is how i work with it:
storeEval
names
names
type
name=ProductName[2]
javascript{storedVars['names'][0]}
and this is what i get
ÐиÑаÑа
how do I fix this
PS: The file has correct encoding: utf-8 without bom.
this is the code of the file:
var names=new Array ('Китара','Хладилник','Телевизор','Телефон','Микровълнова фурна','Тиган','Котлон','Бойлер','Касетофон')
and this is how i work with it:
and this is what i get
ÐиÑаÑа
how do I fix this
PS: The file has correct encoding: utf-8 without bom.
Permissions in this forum:
You cannot reply to topics in this forum