Hide Forgot
Description of problem: bz #752316 describes a bug in subscription-manager where translated help messages that are displayed via optparse can break because optparse using the "textwrap" module to wrap text, and it is not multibyte aware sample code to reproduce directly with textwrap: >>> import textwrap >>> a = "このシステム用に権利があるレポジトリの一覧表示" >>> print textwrap.fill(a, 40) このシステム用に権利がある ��ポジトリの一覧表示
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request.