all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Ted Zlatanov <tzz@lifelogs.com>
Cc: emacs-devel@gnu.org
Subject: Re: composed characters question and suggestions for quail-cyrillic-*
Date: Wed, 09 Jul 2008 22:33:38 +0300	[thread overview]
Message-ID: <87prpmc011.fsf@jurta.org> (raw)
In-Reply-To: <868wwa7v1k.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 09 Jul 2008 13:48:55 -0500")

> TZ> OK, I changed things accordingly and will commit to CVS when the problem
> TZ> above with doing combining characters in Quail is resolved.
>
> This is the only thing stopping me.  I adjusted the accents and added
> some more special characters; here's the special characters with some
> comments.
>
>  ("/c" ?©)
>  ("/tm" ?®) ;; I couldn't find a TM glyph in Unicode

It is ?\u2122.

>  ("/rub" ?R) ;; see http://en.wikipedia.org/wiki/Russian_ruble,
>  new glyph may be under development

There is no Unicode character yet, but since a new glyph is gaining
popularity, we can expect a codepoint for it in next Unicode versions
(BTW, a new glyph is very similar to the glyph I designed many years ago).

And the Hryvnia sign was already added to Unicode in 2004, it is ?\u20B4.
http://en.wikipedia.org/wiki/%E2%82%B4

>  ("/kop" ?к) ;; not sure

No Unicode character, and never will be I guess.

>  ("/lev"  ?л)
>  ("/sto" ?с)

Is it more correct to write with a period as "л." and "с.", or even "лв."?

>  ("/e"   ?€)
>  ("/ce"  ?¢) ;; is this the right glyph for Euro cents?  I think so.

Yes, it is.

>  ;; fractions (non-combined)
>  ("/78" ?⅞)
>  ("/58" ?⅝)
>  ("/38" ?⅜)
>  ("/18" ?⅛)
>  ("/56" ?⅚)
>  ("/16" ?⅙)
>  ("/45" ?⅘)
>  ("/35" ?⅗)
>  ("/25" ?⅖)
>  ("/15" ?⅕)
>  ("/23" ?⅔)
>  ("/13" ?⅓)
>  ("/34" ?¾)
>  ("/12" ?½)
>  ("/14" ?¼)
>  ;; we'll have combined fractions later I guess
>
>  ;; Roman numerals, commonly used for months

and sometimes for chapter/section numbers

>  ("/I" ?Ⅰ)
>  ("/II" ?Ⅱ)
>  ("/III" ?Ⅲ)
>  ("/IV" ?Ⅳ)
>  ("/V" ?Ⅴ)
>  ("/VI" ?Ⅵ)
>  ("/VII" ?Ⅶ)
>  ("/VIII" ?Ⅷ)
>  ("/IX" ?Ⅸ)
>  ("/X" ?Ⅹ)
>  ("/XI" ?Ⅺ)
>  ("/XII" ?Ⅻ)
>
>  ("/-"  ?–)
>  ("/--" ?—)
>  ("/." ?•)
>  ("/.." ?…)
>  ("/``" ?”)
>  ("/`" ?’)
>  ("/,," ?„)
>  ("/''" ?“)
>  ("/," ?‚)
>  ("/'" ?‘)
>
>  ("/&" ?§)
>  ("/ab" ?§) 				; _аб_зац
>  ("/pa" ?§) 				; _pa_ragraph
>  ("/#" ?№)
>  ("/no" ?№)				; _но_мер
>  ("<<" ?«)
>  (">>" ?»)

-- 
Juri Linkov
http://www.jurta.org/emacs/




  reply	other threads:[~2008-07-09 19:33 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 14:27 composed characters question and suggestions for quail-cyrillic-* Ted Zlatanov
2008-06-13 15:11 ` Eli Zaretskii
2008-06-13 15:56 ` Jason Rumney
2008-06-13 18:09   ` Ted Zlatanov
2008-06-14  9:44     ` Eli Zaretskii
2008-06-14 18:55       ` Stephen J. Turnbull
2008-06-14 19:45         ` Eli Zaretskii
2008-06-18 20:17           ` Ted Zlatanov
2008-06-19 11:45             ` Kenichi Handa
2008-07-02 20:25               ` Ted Zlatanov
2008-07-03  2:29                 ` Kenichi Handa
2008-07-03 19:53                   ` adding consistent extra symbols to input methods (cyrillic-*, croatian-*, slov*, czech-* etc.) input methods Ted Zlatanov
2008-07-05 12:54                     ` Kenichi Handa
2008-07-06 18:40                       ` Juri Linkov
2008-07-06 22:54                         ` Miles Bader
2008-07-10  0:09                           ` Juri Linkov
2008-07-10  0:37                             ` Kenichi Handa
2008-07-10  0:52                               ` Juri Linkov
2008-07-10  1:44                                 ` Kenichi Handa
2008-07-10  1:15                             ` Stefan Monnier
2008-07-10  0:27                           ` Juri Linkov
2008-07-10  1:16                             ` Miles Bader
2008-07-10 18:43                               ` Juri Linkov
2008-07-11  2:52                                 ` Miles Bader
2008-07-07  1:57                         ` Kenichi Handa
2008-07-07  4:39                           ` Stefan Monnier
2008-07-07  5:25                             ` Kenichi Handa
2008-07-07 19:42                               ` Ted Zlatanov
2008-07-07 22:05                               ` Juri Linkov
2008-07-13  5:11                                 ` Eli Zaretskii
2008-07-13  5:17                                   ` Miles Bader
2008-07-13 21:27                                     ` Juri Linkov
2008-07-14  3:18                                       ` Miles Bader
2008-07-14  4:43                                         ` Kenichi Handa
2008-07-14 21:51                                           ` Juri Linkov
2008-07-15  1:24                                             ` Kenichi Handa
2008-07-28 13:30                                               ` multiple input methods (was: adding consistent extra symbols to input methods) Juri Linkov
2008-07-06 18:41     ` composed characters question and suggestions for quail-cyrillic-* Juri Linkov
2008-07-07 20:12       ` Ted Zlatanov
2008-07-07 21:42         ` Juri Linkov
2008-07-08  0:48           ` Kenichi Handa
2008-07-08 10:46           ` Werner LEMBERG
2008-07-08 21:47             ` David Kastrup
2008-07-08 15:37           ` Ted Zlatanov
2008-07-08 17:38             ` James Cloos
2008-07-08 22:54             ` Juri Linkov
2008-07-09 16:02               ` Ted Zlatanov
2008-07-09 18:02                 ` James Cloos
2008-07-09 18:49                   ` Ted Zlatanov
2008-07-09 19:51                   ` Juri Linkov
2008-07-09 18:48                 ` Ted Zlatanov
2008-07-09 19:33                   ` Juri Linkov [this message]
2008-07-09 22:14                     ` Ted Zlatanov
2008-07-09 23:52                       ` Juri Linkov
2008-07-10 12:47                         ` Ted Zlatanov
2008-07-10 18:45                           ` Juri Linkov
2008-07-10 19:10                             ` Ted Zlatanov
2008-07-10 19:52                               ` Juri Linkov
2008-07-10 20:40                                 ` Ted Zlatanov
2008-07-10 22:01                                   ` Juri Linkov
2008-07-12 20:51                                     ` Juri Linkov
2008-07-14 14:01                                     ` Ted Zlatanov
2008-07-14 21:47                                       ` Juri Linkov
2008-07-15 15:06                                         ` Ted Zlatanov
2008-07-15 20:32                                           ` Juri Linkov
2008-08-01 21:07                                             ` Ted Zlatanov
2008-08-05 21:00                                             ` Ted Zlatanov
2008-08-05 22:05                                               ` Chong Yidong
2008-07-10 22:09                                 ` Stefan Monnier
2008-07-10 22:54                                   ` Juri Linkov
2008-07-11  1:26                                     ` Stefan Monnier
2008-07-11  2:08                                     ` Kenichi Handa
2008-07-09 19:21                 ` Juri Linkov
2008-07-08 15:49           ` James Cloos
2008-07-08 18:50             ` Ted Zlatanov
2008-07-08 19:50               ` James Cloos
2008-07-08 20:26                 ` composed characters question and suggestions for?quail-cyrillic-* Teemu Likonen

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=87prpmc011.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=tzz@lifelogs.com \
    /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.