You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
Cucumber-Ruby and Cucumber-JVM currently supports this:
# encoding: iso-8859-1
We should build support for this into Gherkin3 too I think. If a File object is passed in - read it first as UTF-8. Look for the header, and if it's present and not UTF-8, read the file again with the specified encoding.
Cucumber-Ruby and Cucumber-JVM currently supports this:
We should build support for this into Gherkin3 too I think. If a
File
object is passed in - read it first as UTF-8. Look for the header, and if it's present and not UTF-8, read the file again with the specified encoding.The current implementations are here:
https://github.com/cucumber/gherkin/blob/master/lib/gherkin/lexer/encoding.rb
https://github.com/cucumber/gherkin/blob/master/java/src/main/java/gherkin/lexer/Encoding.java
The text was updated successfully, but these errors were encountered: