X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Finternals%2Fstring-types.texinfo;fp=doc%2Finternals%2Fstring-types.texinfo;h=663c784b2c70b3023f0d2977b6f686b15bd1379d;hb=e35a79c777f51eddd3dcb0ca27000ce4cfa60e73;hp=42a98a945a0a65cb6638c167473443f4621e8767;hpb=d15afa61c4854eddb4b61e3d8772590db760c565;p=sbcl.git diff --git a/doc/internals/string-types.texinfo b/doc/internals/string-types.texinfo index 42a98a9..663c784 100644 --- a/doc/internals/string-types.texinfo +++ b/doc/internals/string-types.texinfo @@ -23,12 +23,12 @@ set of all 256 characters supported by the implementation. With the encompasses the set of all 1114112 characters, while @code{base-char} represents the set of the first 128 characters. -The effect of this on string types is that an sbcl configured with +The effect of this on string types is that an SBCL configured with @code{:SB-UNICODE} has three disjoint @code{string} types: @code{(vector nil)}, @code{base-string} and @code{(vector character)}. In a build without @code{:SB-UNICODE}, there are two such disjoint types: @code{(vector nil)} and @code{(vector character)}; @code{base-string} is -identially equal to @code{(vector character)}. +identically equal to @code{(vector character)}. The @code{SB-KERNEL:CHARACTER-SET-TYPE} represents possibly noncontiguous sets of characters as lists of range pairs: for example,