23
23
# along with this program; if not, write to the Free Software
24
24
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
27
30
from unicodedata import east_asian_width as _eawidth
31
34
__all__ = ["UTextWrapper", "fill", "wrap"]
34
36
class UTextWrapper(textwrap.TextWrapper):
36
38
Extend TextWrapper for Unicode.