* grub-core/normal/charset.c (grub_ucs4_to_utf8): Return number of
written bytes. (grub_get_num_of_utf8_bytes): New function. (grub_ucs4_to_utf8_alloc): Use grub_get_num_of_utf8_bytes. * grub-core/normal/menu_entry.c (run): Convert entry to UTF-8 before executing it. * include/grub/charset.h (grub_get_num_of_utf8_bytes): New proto. (grub_ucs4_to_utf8): Change return type.
This commit is contained in:
parent
491c57a815
commit
851ffadac2
4 changed files with 44 additions and 13 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,7 +1,20 @@
|
|||
2012-04-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/charset.c (grub_ucs4_to_utf8): Return number of
|
||||
written bytes.
|
||||
(grub_get_num_of_utf8_bytes): New function.
|
||||
(grub_ucs4_to_utf8_alloc): Use grub_get_num_of_utf8_bytes.
|
||||
* grub-core/normal/menu_entry.c (run): Convert entry to UTF-8 before
|
||||
executing it.
|
||||
* include/grub/charset.h (grub_get_num_of_utf8_bytes): New proto.
|
||||
(grub_ucs4_to_utf8): Change return type.
|
||||
|
||||
2012-04-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/usbtest.c (usb_print_str): Silence spurious
|
||||
warning.
|
||||
* grub-core/fs/bfs.c (hop_level): Likewise.
|
||||
* grub-core/net/bootp.c (grub_cmd_bootp): Likewise.
|
||||
|
||||
2012-04-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue