Trouble viewing accented characters
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Trouble viewing accented characters         


Author: Armando Martins
Date: Sep 18, 2008 06:41

Hello!
When I open a text file and due to encoding problems what I see is, say,

Text imprim\351]. Edici\363n, introducci\363n

instead of

Text imprimé]. Edición, introducción

how can I view the accented characters correctly, please?

Thanks for your help.
Armando Martins
--
Com os melhores cumprimentos,

Armando Martins
Departamento de Linguística e Literaturas
Universidade de Évora, Largo dos Colegiais nº 2
7004-516 ÉVORA

Hello!When I open a text file and due to encoding problems what I see is, say, Text imprim\351]. Edici\363n, introducci\363ninstead ofText imprimé]. Edición, introducción

how can I view the accented characters correctly, please?Thanks for your help.Armando Martin
-- Com os melhores cumprimentos,Armando MartinsDepartamento de Linguística e Literaturas
Universidade de Évora, Largo dos Colegiais nº 27004-516 ÉVORA
2 Comments
Re: Trouble viewing accented characters         


Author: Oleksandr Gavenko
Date: Sep 18, 2008 09:39

Problem that you have described in

GNU Emacs Manual.

See
"27. International Character Set Support"
- 27.10 Fontsets.
- 27.11 Defining fontsets.

Also from "C.7 Font Specification Options"

Here is an example, which happens to specify the font whose nickname is
С6x13Т:

emacs -fn \
"-misc-fixed-medium-r-semicondense
--13-*-*-*-c-60-iso8859-1" &

You can also specify the font in your .Xdefaults file:

emacs.font:
-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1
no comments
Re: Trouble viewing accented characters         


Author: Oleksandr Gavenko
Date: Sep 18, 2008 09:44

Oleksandr Gavenko пишет:
> Problem that you have described in
>
> GNU Emacs Manual.
>
> See
> "27. International Character Set Support"
> - 27.10 Fontsets.
> - 27.11 Defining fontsets.
>
> Also from "C.7 Font Specification Options"
>
> Here is an example, which happens to specify the font whose nickname is
> С6x13Т:
>
> emacs -fn \
> "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1" &
>
> You can also specify the font in your .Xdefaults file:
> ...
Show full article (0.79Kb)
no comments