~ubuntu-branches/debian/experimental/intltool/experimental

« back to all changes in this revision

Viewing changes to intltool-unicodify.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-10-24 21:50:28 UTC
  • mfrom: (3.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061024215028-8u8azjmsesm1kqbl
Tags: 0.35.0-3
* Remove debhelper, cdbs, and gnome-pkg-tools from Build-Depends-Indep.
* Remove obsolete Conflicts / Replaces on xml-i18n-tools.
* New patch, 10_define-and-subst-datadirname, to compute DATADIRNAME as
  glib-gettext did it, and AC_SUBST() it; thanks Jurij Smakov; committed in
  upstream CVS; GNOME #345255; closes: #373643.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!@PERL@ -w
 
1
#!@INTLTOOL_PERL@ -w
2
2
        
3
3
#
4
4
#  The i18n Unicode Encoding Utility
101
101
sub get_local_charset
102
102
{
103
103
    my ($encoding) = @_;
104
 
    my $alias_file = $ENV{"G_CHARSET_ALIAS"} || "@EXPANDED_LIBDIR@/charset.alias";
 
104
    my $alias_file = $ENV{"G_CHARSET_ALIAS"} || "@INTLTOOL_LIBDIR@/charset.alias";
105
105
 
106
106
    # seek character encoding aliases in charset.alias (glib)
107
107