Mageia Bugzilla – Attachment 4972 Details for
Bug 12047
net monitor UI treats strings as ascii caracters instead of utf8 (=> doesn't handle Chinese word-wrapping correctly)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
bind translations as UTF-8
12047.diff (text/plain), 308 bytes, created by
Thierry Vignaud
on 2014-02-10 18:18:53 CET
(
hide
)
Description:
bind translations as UTF-8
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-02-10 18:18:53 CET
Size:
308 bytes
patch
obsolete
>diff --git a/src/net_monitor b/src/net_monitor >index 9ab770b..e734ffa 100755 >--- a/src/net_monitor >+++ b/src/net_monitor >@@ -28,7 +28,7 @@ import textwrap > # localization > import gettext > try: >- gettext.install("net_monitor") >+ gettext.install("net_monitor", unicode=1) > except IOError: > _ = str >
diff --git a/src/net_monitor b/src/net_monitor index 9ab770b..e734ffa 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -28,7 +28,7 @@ import textwrap # localization import gettext try: - gettext.install("net_monitor") + gettext.install("net_monitor", unicode=1) except IOError: _ = str
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12047
:
4640
| 4972