minor corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -136,7 +136,7 @@ that collates as if it were a single character, or a collating-sequence
|
|||||||
name for either) enclosed in {\bf $[.$} and {\bf $.]$} stands for the
|
name for either) enclosed in {\bf $[.$} and {\bf $.]$} stands for the
|
||||||
sequence of characters of that collating element.
|
sequence of characters of that collating element.
|
||||||
|
|
||||||
{\it wxWindows}: Currently no multi-character collating elements are defined.
|
{\it wxWidgets}: Currently no multi-character collating elements are defined.
|
||||||
So in {\bf $[.X.]$}, {\it X} can either be a single character literal or
|
So in {\bf $[.X.]$}, {\it X} can either be a single character literal or
|
||||||
the name of a character. For example, the following are both identical
|
the name of a character. For example, the following are both identical
|
||||||
{\bf $[[.0.]-[.9.]]$} and {\bf $[[.zero.]-[.nine.]]$} and mean the same as
|
{\bf $[[.0.]-[.9.]]$} and {\bf $[[.zero.]-[.nine.]]$} and mean the same as
|
||||||
@@ -171,7 +171,7 @@ An equivalence class may not be an endpoint of a range.
|
|||||||
%implements only the Unicode locale. It doesn't define any equivalence classes.
|
%implements only the Unicode locale. It doesn't define any equivalence classes.
|
||||||
%The examples above are just illustrations.)
|
%The examples above are just illustrations.)
|
||||||
|
|
||||||
{\it wxWindows}: Currently no equivalence classes are defined, so
|
{\it wxWidgets}: Currently no equivalence classes are defined, so
|
||||||
{\bf $[=X=]$} stands for just the single character {\it X}.
|
{\bf $[=X=]$} stands for just the single character {\it X}.
|
||||||
{\it X} can either be a single character literal or the name of a character,
|
{\it X} can either be a single character literal or the name of a character,
|
||||||
see \helpref{Character Names}{wxresynchars}.
|
see \helpref{Character Names}{wxresynchars}.
|
||||||
@@ -200,7 +200,7 @@ Standard character classes are:
|
|||||||
%implementation has only one locale: the Unicode locale.)
|
%implementation has only one locale: the Unicode locale.)
|
||||||
A character class may not be used as an endpoint of a range.
|
A character class may not be used as an endpoint of a range.
|
||||||
|
|
||||||
{\it wxWindows:} In a non-Unicode build, these character classifications depend on the
|
{\it wxWidgets}: In a non-Unicode build, these character classifications depend on the
|
||||||
current locale, and correspond to the values return by the ANSI C 'is'
|
current locale, and correspond to the values return by the ANSI C 'is'
|
||||||
functions: isalpha, isupper, etc. In Unicode mode they are based on
|
functions: isalpha, isupper, etc. In Unicode mode they are based on
|
||||||
Unicode classifications, and are not affected by the current locale.
|
Unicode classifications, and are not affected by the current locale.
|
||||||
@@ -654,7 +654,7 @@ Note that the character names are case sensitive.
|
|||||||
\twocolitem{vertical-line}{'$|$'}
|
\twocolitem{vertical-line}{'$|$'}
|
||||||
\twocolitem{right-brace}{'\}'}
|
\twocolitem{right-brace}{'\}'}
|
||||||
\twocolitem{right-curly-bracket}{'\}'}
|
\twocolitem{right-curly-bracket}{'\}'}
|
||||||
\twocolitem{tilde}{'$~$'}
|
\twocolitem{tilde}{'\destruct{}'}
|
||||||
\twocolitem{DEL}{'$\backslash$177'}
|
\twocolitem{DEL}{'$\backslash$177'}
|
||||||
\end{twocollist}
|
\end{twocollist}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user