[Wtr-general] Selecting an 'accented character' from a list
John Lolis
forum-watir-users at openqa.org
Sat Mar 3 11:48:32 EST 2007
well heres some more code i found, which does the conversion. Now i just need to go the other way
string = "Nome do servi\347o"
puts string.gsub(/.$/u, '')
regex = Regexp.new(/..../u)
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6766&messageID=19515#19515
More information about the Wtr-general
mailing list