* include/grub/charset.h (grub_utf16_to_utf8): Make src a const pointer.

(grub_ucs4_to_utf8_alloc): Likewise.
	(grub_ucs4_to_utf8): Likewise.
	* grub-core/normal/charset.c (grub_ucs4_to_utf8): Likewise.
	(grub_ucs4_to_utf8_alloc): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-14 10:01:24 +01:00
parent 309e535231
commit cb8f88ea82
3 changed files with 14 additions and 6 deletions

View file

@ -1,3 +1,11 @@
2011-12-14 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/charset.h (grub_utf16_to_utf8): Make src a const pointer.
(grub_ucs4_to_utf8_alloc): Likewise.
(grub_ucs4_to_utf8): Likewise.
* grub-core/normal/charset.c (grub_ucs4_to_utf8): Likewise.
(grub_ucs4_to_utf8_alloc): Likewise.
2011-12-14 Vladimir Serbinenko <phcoder@gmail.com>
AFFS never uses unicode.