Update strings docs to mention Unicode

db4
Slava Pestov 2009-01-25 23:04:44 -06:00
parent 7851aac222
commit daf490e4dd
1 changed files with 2 additions and 3 deletions

View File

@ -22,9 +22,8 @@ $nl
{ $subsection 1string } { $subsection 1string }
"Since strings are sequences, basic string manipulation can be performed using sequence operations (" { $link "sequences" } "). More advanced functionality can be found in other vocabularies, including but not limited to:" "Since strings are sequences, basic string manipulation can be performed using sequence operations (" { $link "sequences" } "). More advanced functionality can be found in other vocabularies, including but not limited to:"
{ $list { $list
{ { $vocab-link "ascii" } " - traditional ASCII character classes" } { { $link "ascii" } " - ASCII algorithms for interoperability with legacy applications" }
{ { $vocab-link "unicode.categories" } " - Unicode character classes" } { { $link "unicode" } " - Unicode algorithms for modern multilingual applications" }
{ { $vocab-link "unicode.case" } " - Unicode case conversion" }
{ { $vocab-link "regexp" } " - regular expressions" } { { $vocab-link "regexp" } " - regular expressions" }
{ { $vocab-link "peg" } " - parser expression grammars" } { { $vocab-link "peg" } " - parser expression grammars" }
} ; } ;