unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Rolf Marvin Bøe Lindgren" <r.m.b.lindgren@usit.uio.no>
Cc: emacs-devel@gnu.org
Subject: Re: [Q] GNu Emacs/MacOS X/Font Encoding
Date: Thu, 08 May 2003 22:05:30 +0200	[thread overview]
Message-ID: <lbz1xz9b3w5.fsf@aqualene.uio.no> (raw)
In-Reply-To: <m2fznpqo0i.fsf@owlbear.local> (Andrew Choi's message of "Thu, 08 May 2003 12:41:49 -0600")

[Andrew Choi]

| I'm sorry I still cannot repeat the problem.  This is what I did.  I
| saved your post in a file.  It contains the letters (in Latin 1
| encoding)
| 
|   æ ø å Æ Å Ø
 
I found it. the problem only occurs when EMACS_UNIBYTE is set.

I  (along, I presume, with all or most Europeans) cannot use Emacs in
multibyte mode.  so this _must_ work in unibyte mode.  with 

          ~/.MacOSX/environment.plist 

containing

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>EMACS_UNIBYTE</key>
        <string>TRUE</string>
</dict>
</plist>

Emacs starts in unibyte mode, the problematic characters are
represented as one byte, but Emacs displays them wrong.  without this,
Emacs displays the problematic characters correcly, but they are
represented with two bytes as UTF-8 which is no good.  

-- 
Rolf Lindgren                                            http://www.roffe.com/
roffe@tag.uio.no

  reply	other threads:[~2003-05-08 20:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 10:28 [Q] GNu Emacs/MacOS X/Font Encoding Rolf Marvin Bøe Lindgren
2003-05-08 15:42 ` Andrew Choi
2003-05-08 16:39   ` Rolf Marvin Bøe Lindgren
2003-05-08 18:41     ` Andrew Choi
2003-05-08 20:05       ` Rolf Marvin Bøe Lindgren [this message]
2003-05-08 20:12         ` Andrew Choi
2003-05-08 20:35           ` Rolf Marvin Bøe Lindgren
2003-05-08 20:57             ` Andrew Choi
2003-05-08 21:20             ` Stefan Monnier
2003-05-08 22:43               ` Rolf Marvin Bøe Lindgren
2003-05-08 22:45                 ` Rolf Marvin Bøe Lindgren
2003-05-08 22:59                 ` Stefan Monnier
2003-05-09 17:07                 ` Richard Stallman
2003-05-09  1:26             ` Miles Bader

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=lbz1xz9b3w5.fsf@aqualene.uio.no \
    --to=r.m.b.lindgren@usit.uio.no \
    --cc=emacs-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).