Georg Baum wrote:
Abdelrazak Younes wrote:

It seems that there's a bogus character between 'h' and 'C'. At least
Thunderbird does not understand it:
ĤĴĥȷ̂ĈĜŜĉĝŝ

There is no problem with the userguide at all. It contains the ĵ in
denormalized form:

0x0237 dotless j
0x0302 combining circumflex

If you'd use a screen font that has the dotless j and the combining
circumflex then the display would be OK. The denormalized form is valid
unicode, and all unicode-capable programs should be able to display it. I
guess that the display in LyX looks strange because the metrics are not
calculated correctly.

Could those two commits be related to this bug?

Author: baum
Date: Tue Apr  3 10:15:39 2007
New Revision: 17702

URL: http://www.lyx.org/trac/changeset/17702
Log:
Normalize  everything that comes from 'outside' (plain text import,
keyboard input via kmap, clipboard and selection) to normalized form KC
(precomposed characters) since we don't support the decomposed form very
well.


Author: spitz
Date: Thu Jul  5 16:45:00 2007
New Revision: 18991

URL: http://www.lyx.org/trac/changeset/18991
Log:
fix unicode decomposition (bugs 3313 and 3498):

* src/support/docstring.{cpp,h}:
- rename normalize_kc to normalize_c and use normalization form C (instead of KC)

Reply via email to