ANN: urwid 0.8.3 with CJK support

Ian Ward ian at excess.org
Tue Nov 16 15:36:50 CET 2004


Announcing urwid 0.8.3 with CJK support
---------------------------------------

Urwid home page:
  http://excess.org/urwid/

Tarball:
  http://excess.org/urwid/urwid-0.8.3.tar.gz

New in this release:
 - Added support for CJK double-byte encodings.
  
   Word wrapping mode "space" will wrap on edges of double width characters.
   Wrapping and clipping will not split double width characters.

   curses_display.Screen.get_input() may now return double width characters.
    
   Text and Edit classes will work with a mix of regular and double width 
   characters.

 - Use new method Edit.set_edit_text(..) instead of Edit.update_text().

 - Minor improvements to edit.py example program.


About Urwid
===========

Urwid is a curses-based UI/widget library for Python. It features fluid
interface resizing, multiple text layout options, simple markup for 
attributes, powerful scrolling list boxes and flexible edit boxes.

Urwid maximizes the use of your available screen real estate. It does 
not provide code for box drawing or simulated drop shadows. It aims to
make writing professional, responsive console applictions easier.


Ian Ward <ian#excess,org>


<P><A HREF="http://excess.org/urwid/">urwid 0.8.3</A> - curses-based UI/widget library (15-Nov-04)


More information about the Python-announce-list mailing list