Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271935
Collapse All | Expand All

(-)gwine-0.10.1/work/gwine-0.10.1/Gwine/DialogCellar.pm (-2 / +2 lines)
Lines 37-44 Link Here
37
##################################################################
37
##################################################################
38
## helper function
38
## helper function
39
##################################################################
39
##################################################################
40
sub __u { decode('UTF-8', __($_[0])) }
40
sub __u { __($_[0]) }
41
sub __xu { decode('UTF-8', __x(@_)) }
41
sub __xu { __x(@_) }
42
42
43
43
44
#############################################################
44
#############################################################
(-)gwine-0.10.1/work/gwine-0.10.1/Gwine/DialogPref.pm (-2 / +2 lines)
Lines 38-45 Link Here
38
##################################################################
38
##################################################################
39
## helper function
39
## helper function
40
##################################################################
40
##################################################################
41
sub __u { decode('UTF-8', __($_[0])) }
41
sub __u { __($_[0]) }
42
sub __xu { decode('UTF-8', __x(@_)) }
42
sub __xu { __x(@_) }
43
43
44
44
45
#############################################################
45
#############################################################
(-)gwine-0.10.1/work/gwine-0.10.1/Gwine/DialogProd.pm (-2 / +2 lines)
Lines 37-44 Link Here
37
##################################################################
37
##################################################################
38
## helper function
38
## helper function
39
##################################################################
39
##################################################################
40
sub __u { decode('UTF-8', __($_[0])) }
40
sub __u { __($_[0]) }
41
sub __xu { decode('UTF-8', __x(@_)) }
41
sub __xu { __x(@_) }
42
42
43
43
44
#############################################################
44
#############################################################
(-)gwine-0.10.1/work/gwine-0.10.1/Gwine/DialogWine.pm (-2 / +2 lines)
Lines 39-46 Link Here
39
##################################################################
39
##################################################################
40
## helper function
40
## helper function
41
##################################################################
41
##################################################################
42
sub __u { decode('UTF-8', __($_[0])) }
42
sub __u { __($_[0]) }
43
sub __xu { decode('UTF-8', __x(@_)) }
43
sub __xu { __x(@_) }
44
44
45
#############################################################
45
#############################################################
46
## Internal functions
46
## Internal functions
(-)gwine-0.10.1/work/gwine-0.10.1/Gwine/Gdb.pm (+2 lines)
Lines 27-32 Link Here
27
use warnings;
27
use warnings;
28
use strict;
28
use strict;
29
29
30
use open ':locale';
31
30
use Gwine::GLAppel;
32
use Gwine::GLAppel;
31
use Gwine::GLProd;
33
use Gwine::GLProd;
32
use Gwine::GLWine;
34
use Gwine::GLWine;
(-)gwine-0.10.1/work/gwine-0.10.1/Gwine/gwine.pm (-2 / +2 lines)
Lines 64-71 Link Here
64
##################################################################
64
##################################################################
65
## helper function
65
## helper function
66
##################################################################
66
##################################################################
67
sub __u { decode('UTF-8', __($_[0])) }
67
sub __u { __($_[0]) }
68
sub __xu { decode('UTF-8', __x(@_)) }
68
sub __xu { __x(@_) }
69
69
70
70
71
##################################################################
71
##################################################################

Return to bug 271935