* include/grub/charset.h (GRUB_MAX_UTF8_PER_UTF16): New const.
* grub-core/fs/hfsplus.c (grub_hfsplus_catkey_internal): Change to UTF-16-BE. All users updated. (grub_hfsplus_cmp_catkey): Fix unicode handling. (grub_hfsplus_iterate_dir): Likewise. (grub_hfsplus_label): Likewise.
This commit is contained in:
parent
48d6e45653
commit
1bc8f60db7
3 changed files with 43 additions and 61 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-12-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/charset.h (GRUB_MAX_UTF8_PER_UTF16): New const.
|
||||
* grub-core/fs/hfsplus.c (grub_hfsplus_catkey_internal): Change to
|
||||
UTF-16-BE. All users updated.
|
||||
(grub_hfsplus_cmp_catkey): Fix unicode handling.
|
||||
(grub_hfsplus_iterate_dir): Likewise.
|
||||
(grub_hfsplus_label): Likewise.
|
||||
|
||||
2011-12-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/ahci.c (grub_ahci_pciinit): Fix compat condition.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue