* writing Romanian characters
@ 2021-11-06 11:31 crstml
2021-11-06 11:48 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: crstml @ 2021-11-06 11:31 UTC (permalink / raw)
To: help-gnu-emacs
Hello all,
I have the following problem.
Sometimes I need to use Romanian characters. After I configure emacs to use
the Romanian language environment with set-language-environment I activate
an input method that allows me to write these characters with C-\.
I works very well. I use the latin-2-postfix input method to write
language specific characters. But, there is problem:
In the above mentioned input method if I write
s ,
I obtain the character
ş (UNICODE: U+015F; ISO-8859-2/iso-latin-2: 0xBA or 186; Entity: ş)
which is very similar but NOT THE SAME with the Romanian character
ș (UNICODE: U+0219; ISO-8859-16/iso-latin-10: 0xBA or 186; Entity: ș)
These are two distinct characters. Visually there is no problem reading a
Romanian text containing U+015F instead of U+0219 but there can be problem
when we perform character conversions or searches.
For example if I write my Romanian text with U+015F instead of U+0219 and
save it in unicode all works well. But then if I want to convert that file
to ISO-8859-16, the convertor will tell me that the character U+015F cannot
be converted to the requested character set.
By giving emacs the command "describe-language-environment" in the Romanian
environment I can see that iso-latin-10 is listed as a Coding system appropriate
for this environment.
My question is: Is it possible to configure emacs use iso-latin-10 instead
of iso-8859-2 in the Romanian enviroment?
Best regards
Cristian
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: writing Romanian characters
2021-11-06 11:31 writing Romanian characters crstml
@ 2021-11-06 11:48 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-11-06 11:48 UTC (permalink / raw)
To: help-gnu-emacs
> From: crstml@libero.it
> Date: Sat, 6 Nov 2021 12:31:33 +0100
>
> My question is: Is it possible to configure emacs use iso-latin-10 instead
> of iso-8859-2 in the Romanian enviroment?
Not at present, but we could add that character to the latin-2-postfix
input method in a future release. Please submit a bug report about
this using "M-x report-emacs-bug RET".
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-06 11:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-06 11:31 writing Romanian characters crstml
2021-11-06 11:48 ` Eli Zaretskii
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.