| Path: | lib/cucumber/formatter/unicode.rb |
| Last Update: | Mon Mar 14 17:39:20 +0000 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 | = | 'UTF-8' |
| CODEPAGE | = | "cp#{$1.to_i}" |
| CODEPAGE | = | "cp1252" |