unicode (2.7-1) unstable; urgency=low * add East Asian width * hack to consider regular expressions ending with '$' (closes: #830996) * do not flush stdout (closes: #902018) * better upper/lowercase from internal python db (closes: #848098) * convert to quilt -- Radovan Garabík Thu, 27 Dec 2018 18:17:29 +0100 unicode (2.6) unstable; urgency=low * fix crash when using Uxxxx (as opposed to U+xxxx) (closes: #836594) * improve message when there are too many characters to display (closes: #868490) * python3 by default (closes: #874672) -- Radovan Garabík Mon, 09 Apr 2018 16:41:29 +0200 unicode (2.5) unstable; urgency=low * do not display control characters in tabular output * Look for Blocks.txt in ~/.unicode -- Radovan Garabík Sun, 19 Mar 2017 09:52:06 +0100 unicode (2.4) unstable; urgency=medium * fix unihan properties listing * don't assume Blocks.txt is in ASCII, fixes crash using python2 and UnicodeData v9.0 (closes: #828020) -- Radovan Garabík Fri, 24 Jun 2016 16:23:05 +0200 unicode (2.3) unstable; urgency=low * convert to setuptools -- Radovan Garabík Thu, 02 Jun 2016 15:47:19 +0200 unicode (2.2) unstable; urgency=low * display unicode block (thanks to drastus for inspiration) -- Radovan Garabík Sun, 24 Apr 2016 10:45:41 +0200 unicode (2.1) unstable; urgency=low * add octal character code * fix crash when displaying numeric and digit properties from internal python database (closes: #810927) * fix default unicodedata path(s) -- Radovan Garabík Thu, 14 Jan 2016 17:24:58 +0100 unicode (2) unstable; urgency=low * new version, completely reworked formatting * full python3 support * drop old python2.5 compatibility * implement --brief (closes: #708318) * implement --format (closes: #605642) * update Debian packaging -- Radovan Garabík Wed, 21 Oct 2015 20:50:31 +0200 unicode (1) unstable; urgency=low * added --wt to query wiktionary * fix (somewhat) tabular display of fullwidth characters; try unicode 4000..5000 * this is the last version that tries to keep rigorously compatibility with older python versions (going even back to pre-2.3) -- Radovan Garabík Sun, 22 Mar 2015 09:15:59 +0100 unicode (0.9.8) unstable; urgency=low * update bidi categories (closes: #759346) -- Radovan Garabík Thu, 28 Aug 2014 10:55:53 +0200 unicode (0.9.7) unstable; urgency=low * add option to recognise binary input numerical codes * do not suggest console-data * change Suggest to Recommend for unicode-data (closes: #683852), both this and above suggested by Tollef Fog Heen * do not throw an exception when run under an undefined locale * on error, exit with nonzero existatus * preliminary python3 support * mention -s and -r in the README (closes: #664277) * other minor tweaks and improvements -- Radovan Garabík Sat, 24 Nov 2012 11:18:06 +0200 unicode (0.9.6) unstable; urgency=low * add option to recognise octal input numerical codes * add option to convert input numerical codes from an arbitrary charset * don't suggest perl-modules anymore (closes: #651479), thanks to mike castleman * clarify searching for hexadecimal codepoints in the manpage (closes: #643284) * better error messages if the codepoint exceeds sys.maxunicode -- Radovan Garabík Sun, 29 Jul 2012 13:46:18 +0200 unicode (0.9.5) unstable; urgency=low * do not raise an exception on empty string argument (closes: #601503), thanks to Etienne Millon for reporting the bug -- Radovan Garabík Sun, 21 Nov 2010 14:50:29 +0100 unicode (0.9.4) unstable; urgency=low * recognise split unihan files (closes: #551789) -- Radovan Garabík Sun, 07 Feb 2010 18:36:29 +0100 unicode (0.9.3) unstable; urgency=low * run pylint & pychecker – fix some previously unnoticed bugs -- Radovan Garabík Mon, 04 May 2009 22:40:51 +0200 unicode (0.9.2) unstable; urgency=low * giving "latin alpha" as an argument will now search for all the character names containing the "latin.*alpha" regular expression, not _either_ "latin" or "alpha" strings (closes: #439146), idea from martin f. krafft. * added forgotten README-paracode to the docfiles -- Radovan Garabík Thu, 30 Oct 2008 18:58:48 +0100 unicode (0.9.1) unstable; urgency=low * add package URL to debian/copyright and debian/README.Debian (closes: #495555) -- Radovan Garabík Sat, 23 Aug 2008 10:28:02 +0200 unicode (0.9) unstable; urgency=low * include paracode utility * clarify GPL version (v3) -- Radovan Garabík Wed, 19 Sep 2007 19:01:55 +0100 unicode (0.8) unstable; urgency=low * fix traceback when letter has no uppercase or lowercase forms -- Radovan Garabík Sun, 1 Oct 2006 21:42:33 +0200 unicode (0.7) unstable; urgency=low * updated to use unicode-data (closes: #386853) * data files can be bzip2'ed now * use data from unicode data files, not from python unicodedata module (the latter tends to be obsolete) -- Radovan Garabík Sat, 16 Sep 2006 21:44:34 +0200 unicode (0.6) unstable; urgency=low * fix stupid undeclared options bug (thanks to Tim Hatch) * remove absolute path from z?grep, rely on OS's default PATH to execute the command(s) * add default path to UnicodeData.txt for MacOSX systems -- Radovan Garabík Wed, 4 Jan 2006 19:57:54 +0100 unicode (0.5) unstable; urgency=low * work around browser invocations that cannot handle UTF-8 in URL's -- Radovan Garabík Sun, 1 Jan 2006 00:59:60 +0100 unicode (0.4.9) unstable; urgency=low * better directional overriding for RTL characters * query wikipedia with -w switch * better heuristics guessing argument type -- Radovan Garabík Sun, 11 Sep 2005 18:30:59 +0200 unicode (0.4.8) unstable; urgency=low * catch an exception if locale.nl_langinfo is not present (thanks to Michael Weir) * default to no colour if the system in MS Windows * put back accidentally disabled left-to-right mark - as a result, tabular display of arabic, hebrew and other RTL scripts is much better (the bug manifested itself only on powerful i18n terminals, such as mlterm) -- Radovan Garabík Fri, 26 Aug 2005 14:25:58 +0200 unicode (0.4.7) unstable; urgency=low * some UniHan support (closes: #187214) * --color as a synonum for --colour added (closes: #273503) -- Radovan Garabík Thu, 4 Aug 2005 16:36:07 +0200 unicode (0.4.6) unstable; urgency=low * change charset guessing (closes: #241889), thanks to Євгeнiй Meщepяĸoв (Eugeniy Meshcheryakov) for the patch * closes: #229857 - it has been closed together with 215267 -- Radovan Garabík Tue, 20 Apr 2004 15:39:34 +0200 unicode (0.4.5) unstable; urgency=low * catch exception if input sequence is invalid in given encoding (closes: #188438) * automatically find and symlink UnicodeData.txt from perl, if installed (thanks to LarstiQ for the patch) (closes: #215267) * change architecture to 'all' (closes: #215264) -- Radovan Garabík Wed, 21 Jan 2004 10:30:38 +0100 unicode (0.4) unstable; urgency=low * added option to choose colour output (closes: #187215) -- Radovan Garabík Wed, 9 Apr 2003 16:37:39 +0200 unicode (0.3.1) unstable; urgency=low * added python to Build-depends (closes: #183662) * properly quote hyphens in manpage (closes: #186151) * do not use UTF-8 in manpage (closes: #186193) * added versioned dependency for python2.3 (closes: #186444) -- Radovan Garabík Mon, 24 Mar 2003 14:39:31 +0100 unicode (0.3) unstable; urgency=low * Initial Release. -- Radovan Garabík Fri, 7 Feb 2003 15:09:19 +0100