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

* Re: support for decomposed Korean in Unicode?
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2006-01-06 16:14 UTC (permalink / raw)
  Cc: emacs-devel

Werner LEMBERG <wl@gnu.org> writes:

> If you want to see this in practice, have a look at the Yudit editor.

Another way to see this is to visit your mail in an Emacs running in
xterm, which does this composition as well.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: support for decomposed Korean in Unicode?
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2006-01-07  1:28 UTC (permalink / raw)
  Cc: emacs-devel

In article <20060106.115007.108803724.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:

> [1  <text/plain; utf-8 (base64)>]
> 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).

Yes, I know about that.  I'm going to implement it in
emacs-unicode-2 because it supports all all Korean syllables
in Unicode and thus easier to implement.

---
Kenichi Handa
handa@m17n.org

^ 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.