Maxim Sokolovsky
Maxim Sokolovsky
When trying to use any xpath related methods on UTF-16 file this happens: ``` >ruby test.rb C:/ruby/Ruby200/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.6.2-x86-mingw32/lib/nokogiri/xml/xpath_context.rb:9:in `gsub': incompatible encoding regexp match (US-ASCII regexp with UTF-16 string) (Encoding::CompatibilityError) from C:/ruby/Ruby200/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.6.2-x86-mingw32/lib/nokogiri/xml/xpath_context.rb:9:in...
If set some variable with shell, and override it with task parameter, then task will in some cases use one parameter and in some - another. Taskfile.yml ```yaml version: 3...