all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* support for decomposed Korean in Unicode?
@ 2006-01-06 10:50 Werner LEMBERG
  2006-01-06 16:14 ` Andreas Schwab
  2006-01-07  1:28 ` Kenichi Handa
  0 siblings, 2 replies; 3+ messages in thread
From: Werner LEMBERG @ 2006-01-06 10:50 UTC (permalink / 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

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

end of thread, other threads:[~2006-01-07  1:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06 10:50 support for decomposed Korean in Unicode? Werner LEMBERG
2006-01-06 16:14 ` Andreas Schwab
2006-01-07  1:28 ` Kenichi Handa

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.