diff options
Diffstat (limited to 'doc/libunistring.info')
-rw-r--r-- | doc/libunistring.info | 173 |
1 files changed, 86 insertions, 87 deletions
diff --git a/doc/libunistring.info b/doc/libunistring.info index c4be8a4..f6822ab 100644 --- a/doc/libunistring.info +++ b/doc/libunistring.info @@ -1,4 +1,4 @@ -This is libunistring.info, produced by makeinfo version 6.3 from +This is libunistring.info, produced by makeinfo version 6.4 from libunistring.texi. INFO-DIR-SECTION Software development @@ -201,7 +201,6 @@ as internal in-memory representation. * Locale encodings:: What is a locale encoding? * In-memory representation:: How to represent strings in memory? * char * strings:: What to keep in mind with ‘char *’ strings -* The wchar_t mess:: Why ‘wchar_t *’ strings are useless * Unicode strings:: How are Unicode strings represented? @@ -6682,91 +6681,91 @@ Index Tag Table: Node: Top269 Node: Introduction3950 -Node: Unicode6043 -Node: Unicode and i18n7928 -Node: Locale encodings9590 -Node: In-memory representation11855 -Node: char * strings13853 -Node: Unicode strings19340 -Node: Conventions20523 -Node: unitypes.h22815 -Node: unistr.h23912 -Node: Elementary string checks24477 -Node: Elementary string conversions25099 -Node: Elementary string functions26977 -Node: Iterating27382 -Node: Creating Unicode strings30212 -Node: Copying Unicode strings31130 -Node: Comparing Unicode strings32743 -Node: Searching for a character34298 -Node: Counting characters35097 -Node: Elementary string functions with memory allocation35780 -Node: Elementary string functions on NUL terminated strings36402 -Node: Iterating over a NUL terminated Unicode string37001 -Node: Length39269 -Node: Copying a NUL terminated Unicode string40327 -Node: Comparing NUL terminated Unicode strings43431 -Node: Duplicating a NUL terminated Unicode string45527 -Node: Searching for a character in a NUL terminated Unicode string46296 -Node: Searching for a substring49060 -Node: Tokenizing50583 -Node: uniconv.h51456 -Node: unistdio.h59409 -Node: uniname.h67662 -Node: unictype.h69068 -Node: General category69996 -Node: Object oriented API71051 -Node: Bit mask API80892 -Node: Canonical combining class83187 -Node: Bidi class87421 -Node: Decimal digit value90834 -Node: Digit value91391 -Node: Numeric value91952 -Node: Mirrored character92854 -Node: Arabic shaping93547 -Node: Joining type94020 -Node: Joining group96170 -Node: Properties99608 -Node: Properties as objects100299 -Node: Properties as functions107321 -Node: Scripts113337 -Node: Blocks114742 -Node: ISO C and Java syntax116085 -Node: Classifications like in ISO C117803 -Node: uniwidth.h120615 -Node: unigbrk.h122661 -Node: Grapheme cluster breaks in a string124155 -Node: Grapheme cluster break property127090 -Node: uniwbrk.h129335 -Node: Word breaks in a string129873 -Node: Word break property130965 -Node: unilbrk.h132292 -Node: uninorm.h136588 -Node: Decomposition of characters137225 -Node: Composition of characters141006 -Node: Normalization of strings141719 -Node: Normalizing comparisons143892 -Node: Normalization of streams146390 -Node: unicase.h148515 -Node: Case mappings of characters149204 -Node: Case mappings of strings151353 -Node: Case mappings of substrings154992 -Node: Case insensitive comparison162202 -Node: Case detection167895 -Node: uniregex.h171209 -Node: Using the library171436 -Node: Installation171847 -Node: Compiler options172335 -Node: Include files173975 -Node: Autoconf macro175228 -Node: Reporting problems176868 -Node: More functionality177686 -Node: The wchar_t mess178137 -Node: Licenses180475 -Node: GNU GPL182904 -Node: GNU LGPL220649 -Node: GNU FDL229132 -Node: Index254441 +Node: Unicode5971 +Node: Unicode and i18n7856 +Node: Locale encodings9518 +Node: In-memory representation11783 +Node: char * strings13781 +Node: Unicode strings19268 +Node: Conventions20451 +Node: unitypes.h22743 +Node: unistr.h23840 +Node: Elementary string checks24405 +Node: Elementary string conversions25027 +Node: Elementary string functions26905 +Node: Iterating27310 +Node: Creating Unicode strings30140 +Node: Copying Unicode strings31058 +Node: Comparing Unicode strings32671 +Node: Searching for a character34226 +Node: Counting characters35025 +Node: Elementary string functions with memory allocation35708 +Node: Elementary string functions on NUL terminated strings36330 +Node: Iterating over a NUL terminated Unicode string36929 +Node: Length39197 +Node: Copying a NUL terminated Unicode string40255 +Node: Comparing NUL terminated Unicode strings43359 +Node: Duplicating a NUL terminated Unicode string45455 +Node: Searching for a character in a NUL terminated Unicode string46224 +Node: Searching for a substring48988 +Node: Tokenizing50511 +Node: uniconv.h51384 +Node: unistdio.h59337 +Node: uniname.h67590 +Node: unictype.h68996 +Node: General category69924 +Node: Object oriented API70979 +Node: Bit mask API80820 +Node: Canonical combining class83115 +Node: Bidi class87349 +Node: Decimal digit value90762 +Node: Digit value91319 +Node: Numeric value91880 +Node: Mirrored character92782 +Node: Arabic shaping93475 +Node: Joining type93948 +Node: Joining group96098 +Node: Properties99536 +Node: Properties as objects100227 +Node: Properties as functions107249 +Node: Scripts113265 +Node: Blocks114670 +Node: ISO C and Java syntax116013 +Node: Classifications like in ISO C117731 +Node: uniwidth.h120543 +Node: unigbrk.h122589 +Node: Grapheme cluster breaks in a string124083 +Node: Grapheme cluster break property127018 +Node: uniwbrk.h129263 +Node: Word breaks in a string129801 +Node: Word break property130893 +Node: unilbrk.h132220 +Node: uninorm.h136516 +Node: Decomposition of characters137153 +Node: Composition of characters140934 +Node: Normalization of strings141647 +Node: Normalizing comparisons143820 +Node: Normalization of streams146318 +Node: unicase.h148443 +Node: Case mappings of characters149132 +Node: Case mappings of strings151281 +Node: Case mappings of substrings154920 +Node: Case insensitive comparison162130 +Node: Case detection167823 +Node: uniregex.h171137 +Node: Using the library171364 +Node: Installation171775 +Node: Compiler options172263 +Node: Include files173903 +Node: Autoconf macro175156 +Node: Reporting problems176796 +Node: More functionality177614 +Node: The wchar_t mess178065 +Node: Licenses180403 +Node: GNU GPL182832 +Node: GNU LGPL220577 +Node: GNU FDL229060 +Node: Index254369 End Tag Table |