~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to lisp/sawfish/ui/i18n.jl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#| nokogiri-i18n -- support for internationalization
2
2
 
3
 
   $Id: i18n.jl,v 1.5 2000/09/08 15:13:59 john Exp $
 
3
   $Id: i18n.jl,v 1.6 2002/05/07 03:35:59 jsh Exp $
4
4
 
5
5
   Copyright (C) 2000 John Harper <john@dcs.warwick.ac.uk>
6
6
 
59
59
      (let ((locale-dir (wm-locale-dir)))
60
60
        (when locale-dir
61
61
          (bindtextdomain "sawfish" locale-dir)
 
62
          (when (boundp 'bindtextdomaincodeset)
 
63
            (bindtextdomaincodeset "sawfish" "UTF-8"))
62
64
          (textdomain "sawfish"))))))