| Line 276... |
Line 276... |
| 276 |
}
|
276 |
}
|
| 277 |
|
277 |
|
| 278 |
\note{
|
278 |
\note{
|
| 279 |
Aspects will be platform-dependent as well as locale-dependent: for
|
279 |
Aspects will be platform-dependent as well as locale-dependent: for
|
| 280 |
example the implementation of character classes (except
|
280 |
example the implementation of character classes (except
|
| 281 |
\code{[:digit:]} and \code{[:xdigit:]}). One can expect results to be
|
281 |
\samp{[:digit:]} and \samp{[:xdigit:]}). One can expect results to be
|
| 282 |
consistent for ASCII inputs and when working in UTF-8 mode (when most
|
282 |
consistent for ASCII inputs and when working in UTF-8 mode (when most
|
| 283 |
platforms will use Unicode character tables, although those are
|
283 |
platforms will use Unicode character tables, although those are
|
| 284 |
updated frequently and subject to some degree of interpretation -- is
|
284 |
updated frequently and subject to some degree of interpretation -- is
|
| 285 |
a circled capital letter alphabetic or a symbol?). However, results
|
285 |
a circled capital letter alphabetic or a symbol?). However, results
|
| 286 |
in 8-bit encodings can differ considerably between platforms, modes
|
286 |
in 8-bit encodings can differ considerably between platforms, modes
|