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
– Anderson Ferreira
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.
– Piovezan