Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Unicode tables (changes requested to #42) #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bobwhitelock
Copy link

This PR makes the changes requested to the original PR by @legendre6891 in #42, to hopefully try and make this mergeable. Thanks!

legendre6891 and others added 3 commits February 6, 2017 15:02
Added tables that directly uses Unicode characters. Useful for outputting outputs that do not support terminal control characters.
So can be imported in the same way as the other table types; as
requested in Robpol86#42.
@@ -0,0 +1,69 @@
"""Tables using unicode box drawing characters defined here."""
Copy link

@mariusvniekerk mariusvniekerk Sep 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to add a line like

# coding: utf8

to the top of this file

and then probably a

from __future__ import unicode_literals for py27 happiness

@eblis
Copy link

eblis commented Sep 14, 2017

I didn't check the pull requests and I developed a very similar solution myself and submitted it as a pull request.
I've only implemented the single lines, no double lines, but all the checks are green for that pull request, if you're interested in merging some of your changes as well.

@anarcat anarcat mentioned this pull request Feb 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants