* docs/grub.texi (Filesystems): Clarify restrictions.

(Regexp): Mention non-Unicode regexp behaviour.
	(Other): Mention non-Unicode matching behaviour.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-25 14:46:44 +01:00
parent 74bbf0dbae
commit f63d6bf4a1
2 changed files with 33 additions and 11 deletions

View file

@ -1,6 +1,12 @@
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (Filesystems): Clarify restrictions.
(Regexp): Mention non-Unicode regexp behaviour.
(Other): Mention non-Unicode matching behaviour.
2011-12-24 Vladimir Serbinenko <phcoder@gmail.com>
Make HFS implementation to use MacRoman.
Make HFS implementation use MacRoman.
* grub-core/fs/hfs.c (MAX_UTF8_PER_MAC_ROMAN): New define.
(macroman): New const array.