unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Problem reading Latin-1 and UTF-8 encoded files on Carbon Emacs (Mac OS X)
@ 2003-08-29  8:18 Frank Sonnemans
  2003-08-29 11:03 ` Reiner Steib
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Sonnemans @ 2003-08-29  8:18 UTC (permalink / raw)


I am having trouble getting Carbonized Emacs to display UTF-8 and windows
Latin-1 encoded files. Basically I am moving contacts from the Apple
Address Book to the bbdb database. The address book supports amongst
other things UTF-8 or Windows Latin-1 encoding for the exported
vcards.

Loading them into emacs gives a lot of @ characters in an unreadable
text. I tried setting the encoding manually before loading the file,
but nothing seems to help. 

I'm even wondering of my emacs version supports these encodings.

Emacs Version: 21.3
OS: Mac OS X 10.2

Any help is greatly apreciated.

Frank

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem reading Latin-1 and UTF-8 encoded files on Carbon Emacs (Mac OS X)
  2003-08-29  8:18 Problem reading Latin-1 and UTF-8 encoded files on Carbon Emacs (Mac OS X) Frank Sonnemans
@ 2003-08-29 11:03 ` Reiner Steib
  0 siblings, 0 replies; 2+ messages in thread
From: Reiner Steib @ 2003-08-29 11:03 UTC (permalink / raw)


On Fri, Aug 29 2003, Frank Sonnemans wrote:

> The address book supports amongst other things UTF-8 or Windows
> Latin-1

What do you mean with "Windows Latin-1"?  Latin-1=iso-8859-1 or
Windows Codepage 1252 (M$ extension to iso-8859-1), see
<URL:http://www.microsoft.com/globaldev/reference/sbcs/1252.htm>?

> encoding for the exported vcards.
[...]
> I'm even wondering of my emacs version supports these encodings.
>
> Emacs Version: 21.3

Your header says Emacs/21.3.50, i.e. CVS version (!= Emacs 21.3
release).  After (require 'code-pages) (not "codepages" without the
"-"), Emacs/21.3.50 provides a windows-1252 coding system:

,----[ C-h C windows-1252 RET ]
| * -- windows-1252 (alias: cp1252)
| 
| windows-1252 encoding
| 
| Type: 4 (do conversion by CCL program)
| EOL type: Automatic selection from:
| 	[windows-1252-unix windows-1252-dos windows-1252-mac]
`----

> OS: Mac OS X 10.2

I guess this is platform independent.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-29 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-29  8:18 Problem reading Latin-1 and UTF-8 encoded files on Carbon Emacs (Mac OS X) Frank Sonnemans
2003-08-29 11:03 ` Reiner Steib

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).