From: Werner LEMBERG <wl@gnu.org>
Subject: support for decomposed Korean in Unicode?
Date: Fri, 06 Jan 2006 11:50:07 +0100 (CET) [thread overview]
Message-ID: <20060106.115007.108803724.wl@gnu.org> (raw)
[-- Attachment #1: Type: Text/Plain, Size: 660 bytes --]
In Unicode, Korean syllables can either be encoded as composite, for
example
은
or decomposed into elements, Jamo:
은
This process doesn't require big lookup tables since the former can be
derived from the latter, and vice versa (the Unicode book holds the
algorithm).
It would be great if Emacs supported this, perhaps similar to the
tibetan-compose-xxx functions: If a jamo character code is detected in
a buffer, try to automatically compose it to a complete hangul
syllable -- again, this process is described in the Unicode book.
If you want to see this in practice, have a look at the Yudit editor.
Werner
[-- Attachment #2: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next reply other threads:[~2006-01-06 10:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-06 10:50 Werner LEMBERG [this message]
2006-01-06 16:14 ` support for decomposed Korean in Unicode? Andreas Schwab
2006-01-07 1:28 ` Kenichi Handa
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=20060106.115007.108803724.wl@gnu.org \
--to=wl@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).