]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Unicode): Mention identifier and space limitations.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 31 Jan 2012 21:59:32 +0000 (22:59 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 31 Jan 2012 21:59:32 +0000 (22:59 +0100)
ChangeLog
docs/grub.texi

index c45413c1c4a1ed84b51b48363fb9fb9f86b93b19..9efd2c724e8873303d52f694e2d7ed983b9fc83d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-31  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi (Unicode): Mention identifier and space limitations.
+
 2012-01-31  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/jfs.c (grub_jfs_sblock): Make volname a char array.
index 3d46e018d99086f807002bcaae21a7c4e590c4ea..2441b2eede3007d4ed2d7f7e7d6c1d7c0f013ff1 100644 (file)
@@ -4006,6 +4006,14 @@ IEEE1275 aliases are matched case-insensitively except non-ASCII which is
 matched as binary. Similar behaviour is for matching OSBundleRequired.
 Since IEEE1275 aliases and OSBundleRequired don't contain any non-ASCII it
 should never be a problem in practice.
+Case-sensitive identifiers are matched as raw strings, no canonical
+equivalence check is performed. Case-insenstive identifiers are matched
+as RAW but additionally [a-z] is equivalent to [A-Z]. GRUB-defined
+identifiers use only ASCII and so should user-defined ones.
+Identifiers containing non-ASCII may work but aren't supported.
+Only the ASCII space characters (space U+0020, tab U+000b, CR U+000d and
+LF U+000a) are recognised. Other unicode space characters aren't a valid
+field separator.
 
 @node Security
 @chapter Authentication and authorisation