]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2005-08-21 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sun, 21 Aug 2005 07:22:51 +0000 (07:22 +0000)
committerokuji <okuji@localhost>
Sun, 21 Aug 2005 07:22:51 +0000 (07:22 +0000)
commit385c6a92a3b6b0ac05bf01dda83e29c80459fea4
tree3786df4857fea6847f00af7b23b9f9698803d823
parent16ccb8b138218d56875051d547af84410d18f9aa
2005-08-21  Yoshinori K. Okuji  <okuji@enbug.org>

        * util/console.c (grub_ncurses_putchar): If C is greater than
        0x7f, set C to a question mark.
        (grub_ncurses_getcharwidth): New function.
        (grub_ncurses_term): Specify grub_ncurses_getcharwidth as
        getcharwidth.

        * normal/menu.c (print_entry): Made aware of Unicode. First,
        convert TITLE to UCS-4, and predict the cursor position by
        grub_getcharwidth.

        * include/grub/misc.h (grub_utf8_to_ucs4): Specify the qualifier
        const to SRC.
        * kern/misc.c (grub_utf16_to_utf8): Likewise.
ChangeLog
include/grub/misc.h
kern/misc.c
normal/menu.c
util/console.c