* docs/grub.texi (Unicode): Mention several other unsupported features.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-11 12:50:04 +01:00
parent ff094b9b57
commit 53603892df
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2012-01-11 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (Unicode): Mention several other unsupported features.
2011-12-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/squash4.c (squash_mount): Mark endian conversion in

View file

@ -3971,10 +3971,14 @@ on some readers which don't have own bidi implementation. When using gfxterm
or gfxmenu GRUB itself is responsible for rendering the text. In this case
GRUB is limited by loaded fonts. If fonts contain all required characters
then bidirectional text, cursive variants and combining marks other than
enclosing ones. Ligatures aren't supported though. This should cover
European, Middle Eastern (if you don't mind lack of la-alef ligature in
Arabic) and East Asian scripts. Notable unsupported scripts are Brahmic family
and derived as well as Mongolian and Tifinagh. If you can complete either of
enclosing, half (e.g. left half tilde or combining overline) and double ones.
Ligatures aren't supported though. This should cover European, Middle Eastern
(if you don't mind lack of lam-alif ligature in Arabic) and East Asian scripts.
Notable unsupported scripts are Brahmic family and derived as well as
Mongolian, Tifinagh, Korean Jamo (precomposed characters have no problem)
and tonal writing (2e5-2e9). GRUB also ignores deprecated (as specified
in Unicode) characters (e.g. tags). GRUB also doesn't handle so called
``annotation characters'' If you can complete either of
two lists or, better, propose a patch to improve rendering, please contact
developper team.