Path: | lib/cucumber/formatter/unicode.rb |
Last Update: | Wed Sep 19 09:13:22 -0400 2012 |
Require this file if you need Unicode support. Tips for improvement - esp. ruby 1.9: www.ruby-forum.com/topic/184730
CODEPAGE | = | ENV['CUCUMBER_OUTPUT_ENCODING'] |
CODEPAGE | = | 'UTF-8' |
CODEPAGE | = | "cp#{$1.to_i}" |
CODEPAGE | = | "cp1252" |