all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Rob Browning <rlb@defaultvalue.org>
Cc: 8517@debbugs.gnu.org, 611396-forwarded@bugs.debian.org,
	Gernot Kieseritzky <gernotk@gmail.com>
Subject: bug#8517: Can't handle utf8 encoded filenames in locale 'de_DE.utf8'
Date: Wed, 21 Aug 2019 13:56:32 -0700	[thread overview]
Message-ID: <874l2axmnz.fsf@mouse.gnus.org> (raw)
In-Reply-To: <87oc442zpp.fsf@raven.defaultvalue.org> (Rob Browning's message of "Sun, 17 Apr 2011 19:02:58 -0500")

Rob Browning <rlb@defaultvalue.org> writes:

> It turns out that the problem was being caused by this call from .emacs:
>
>   (current-language-environment "German")
>
> which appears to make Emacs prefer latin-1.
>
> I wasn't sure if this should be considered an actual problem, or just a
> configuration error, so I thought I should forward it.

I think this is working as it's supposed t.  The "German" environment is
apparently defined as follows:

 ("German"
  (documentation . "This language environment is almost the same as Latin-1,\nbut sets the default input method to \"german-postfix\".\nAdditionally, it selects the German tutorial.")
  (sample-text . "German (Deutsch Nord)	Guten Tag\nGerman (Deutsch Süd)	Grüß Gott")
  (unibyte-display . iso-latin-1)
  (input-method . "german-postfix")
  (nonascii-translation . iso-8859-1)
  (coding-priority iso-latin-1)
  (coding-system iso-latin-1 iso-latin-9)
  (charset iso-8859-1)
  (tutorial . "TUTORIAL.de"))

So while it may be surprising in this day and age that that's what this
does, I don't think the definition can be changed (because that'd break
the setup of people who rely on "German" to be iso-8859-1).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2019-08-21 20:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-18  0:02 bug#8517: Can't handle utf8 encoded filenames in locale 'de_DE.utf8' Rob Browning
2019-08-21 20:56 ` Lars Ingebrigtsen [this message]
2019-08-22 14:09   ` Eli Zaretskii
2019-08-23  0:16     ` Lars Ingebrigtsen
2019-08-23  8:02       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874l2axmnz.fsf@mouse.gnus.org \
    --to=larsi@gnus.org \
    --cc=611396-forwarded@bugs.debian.org \
    --cc=8517@debbugs.gnu.org \
    --cc=gernotk@gmail.com \
    --cc=rlb@defaultvalue.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.