chrisbra / csv.vim

A Filetype plugin for csv files

Home Page:http://www.vim.org/scripts/script.php?script_id=2830

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Force using ASCII characters for CSVTabularize even when using utf-8 encoding

poetaman opened this issue · comments

Even if Vim displays unicode characters, the most value of converting to a text table using CSVTabularize is to be able to export it and use it outside of Vim. That's where ASCII is preferable, as most monospace fonts don't have fancy unicode glyphs, or other applications don't support it. An ability to force Vim to use ASCII glyphs for drawing horizontal and vertical lines would be beneficial.