Skip to content

Commit

Permalink
better visual arragement of East Asian width
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Dec 29, 2018
1 parent 9343346 commit a1bae20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 pytho db (closes: #848098)
* convert to quilt

-- Radovan Garabík <[email protected]> Thu, 27 Dec 2018 18:17:29 +0100
Expand Down
4 changes: 2 additions & 2 deletions unicode
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ def unescape(s):
format_string_default = '''{yellow}{bold}U+{ordc:04X} {name}{default}
{green}UTF-8:{default} {utf8} {green}UTF-16BE:{default} {utf16be} {green}Decimal:{default} {decimal} {green}Octal:{default} {octal}{opt_additional}
{pchar}{opt_flipcase}{opt_uppercase}{opt_lowercase}
{green}Category:{default} {category} ({category_desc})
{green}{opt_unicode_block}{default}{opt_unicode_block_desc}{green}{opt_numeric}{default}{numeric_desc}{green}{opt_digit}{default}{digit_desc}{green}{opt_bidi}{default}{bidi}{bidi_desc}{green}{opt_eaw}{default}{eaw_desc}
{green}Category:{default} {category} ({category_desc}); {green}{opt_eaw}{default}{eaw_desc}
{green}{opt_unicode_block}{default}{opt_unicode_block_desc}{green}{opt_numeric}{default}{numeric_desc}{green}{opt_digit}{default}{digit_desc}{green}{opt_bidi}{default}{bidi}{bidi_desc}
{mirrored_desc}{green}{opt_combining}{default}{combining_desc}{green}{opt_decomp}{default}{decomp_desc}
'''

Expand Down

0 comments on commit a1bae20

Please sign in to comment.