/[smeserver]/rpms/e-smith-lib/sme8/e-smith-lib-2.2.0-consoleUTF8.patch
ViewVC logotype

Contents of /rpms/e-smith-lib/sme8/e-smith-lib-2.2.0-consoleUTF8.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Jun 29 17:45:52 2013 UTC (10 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-lib-2_2_0-9_el5_sme, e-smith-lib-2_2_0-10_el5_sme, HEAD
* Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme
- Correctly display accented letters in the console [SME: 7669]
  by Filippo Carletti

1 diff -ruN e-smith-lib-2.2.0.old/root/usr/lib/perl5/site_perl/esmith/I18N.pm e-smith-lib-2.2.0/root/usr/lib/perl5/site_perl/esmith/I18N.pm
2 --- e-smith-lib-2.2.0.old/root/usr/lib/perl5/site_perl/esmith/I18N.pm 2008-08-20 22:23:20.000000000 +0100
3 +++ e-smith-lib-2.2.0/root/usr/lib/perl5/site_perl/esmith/I18N.pm 2011-12-30 03:44:27.000000000 +0000
4 @@ -156,7 +156,6 @@
5 $locale = $self->langtag2locale($opt) if ($opt);
6 $locale ||= $self->preferredLocale;
7 $locale =~ s{(?:\..*)?$}{.utf8};
8 - $locale =~ s{.utf8$}{} if $text_domain eq 'server-console';
9
10 $ENV{'LANGUAGE'} = $locale;
11 $ENV{'LANG'} = $ENV{'LANGUAGE'};

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed