ascii-art-to-unicode

ASCII Art to Unicode Box Drawing converter

https://github.com/fmthoma/ascii-art-to-unicode#readme

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Franz Thoma
Maintained by [email protected]

aa2u converts ASCII Art box drawings to Unicode.

> aa2u
+-------------+
| Hello World |
+-------------+
^D
┌─────────────┐
│ Hello World │
└─────────────┘

For more examples see the doctest suite in Text.AsciiArt.