I cannot solve this problem in my test automation

Asked

Viewed 34 times

1

I’ve tried almost everything and still keep making this mistake in my ruby test automation: incompatible encoding regexp match (Windows-1252 regexp with UTF-8 string) (Encoding::Compatibilityerror)

I already checked folder nomenclature, I removed special characters from Feature but without success, I am new in the automation area who could help me thank you very much.

  • People managed to solve this problem follow solution: errors windows utf 8 access control panel > region > administrative tab change system locale > checkbox mark Beta: use UTF-8 Unicode for world language support

  • It seems to be a problem in the choice of characters in your regular expression. I would not recommend changing the system encoding as you did but just hit the regex. But I don’t have much experience with it to talk.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.