Shape arabic code when on UTF-8 visual

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-29 03:37:24 +02:00
parent a6ab5fb2cf
commit a82890fffc
3 changed files with 44 additions and 3 deletions

View file

@ -222,5 +222,7 @@ grub_unicode_glyph_from_code (grub_uint32_t code)
grub_uint32_t
grub_unicode_mirror_code (grub_uint32_t in);
grub_uint32_t
grub_unicode_shape_code (grub_uint32_t in, grub_uint8_t attr);
#endif