cucumber-attic / gherkin2

A fast Gherkin parser in Ragel (The parser behind Cucumber)
MIT License
382 stars 221 forks source link

[Java] Ugly formatting for CJK data containing full-width characters #323

Open DPUkyle opened 9 years ago

DPUkyle commented 9 years ago

The formatted output of a feature containing Japanese text, or the output of --i18n for Chinese, Japanese or Korean languages looks ugly - the spacing is difficult to manage for the table's pipe delimiters.

I'll attach a text example as an image to avoid any font/display issues:

screen shot 2014-11-01 at 14 43 41

I already have a fix for this and will submit a PR soon.