Path: | lib/cucumber/formatter/unicode.rb |
Last Update: | Thu Feb 24 15:51:50 -0500 2011 |
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 | = | "cp#{Win32::Console::OutputCP()}" |
CODEPAGE | = | "cp#{$1.to_i}" |
CODEPAGE | = | "cp1252" |