summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Document a new feature (already in version 1.0).Bruno Haible2022-01-051-0/+6
| | | | | * doc/uniconv.texi (uniconv.h): Document iconveh_question_replacement_character.
* Prepare for 1.0 release.Bruno Haible2022-01-041-2/+2
| | | | | | | | | * version.sh: Bump version number, date, gnulib version. * README: Update version. * NEWS: Update version. * lib/Makefile.am (LTV_*): Update to 4:0:2 (determined with help from gnulib's libtool-next-version). * doc/libunistring.texi: Bump copyright year.
* doc: Update for Unicode 14.0.0.Bruno Haible2021-12-311-0/+2
| | | | | | * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_THIN_YEH, UC_JOINING_GROUP_VERTICAL_TAIL. NEWS: Mention the update.
* doc: Update for Unicode 11.0.0.Bruno Haible2021-12-301-1/+2
| | | | | * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_HANIFI_ROHINGYA_*.
* doc: Document properties for Emojis.Bruno Haible2021-12-301-0/+20
| | | | | | | | | | | | * doc/unictype.texi (Properties as objects): Document UC_PROPERTY_EMOJI, UC_PROPERTY_EMOJI_PRESENTATION, UC_PROPERTY_EMOJI_MODIFIER, UC_PROPERTY_EMOJI_MODIFIER_BASE, UC_PROPERTY_EMOJI_COMPONENT, UC_PROPERTY_EXTENDED_PICTOGRAPHIC. (Properties as functions): Document uc_is_property_emoji, uc_is_property_emoji_presentation, uc_is_property_emoji_modifier, uc_is_property_emoji_modifier_base, uc_is_property_emoji_component, uc_is_property_extended_pictographic. * NEWS: Mention the new properties.
* doc: Update for new behaviour of line breaking functions.Bruno Haible2021-12-291-5/+13
| | | | | | | * doc/unilbrk.texi (unilbrk.h): Document UC_BREAK_CR_BEFORE_LF. Mention that this value can occur in the array returned by u*_possible_linebreaks and u*_width_linebreaks. * NEWS: Mention the change.
* doc: Update for Unicode 10.0.0.Bruno Haible2021-12-271-0/+13
| | | | | | | * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_MALAYALAM_*. (Properties as objects): Document UC_PROPERTY_REGIONAL_INDICATOR. (Properties as functions): Document uc_is_property_regional_indicator.
* doc: Update for Unicode 9.0.0.Bruno Haible2021-12-271-0/+3
| | | | | * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_AFRICAN_*.
* doc: Update for Unicode 7.0.0.Bruno Haible2021-12-271-0/+29
| | | | | * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_STRAIGHT_WAW, UC_JOINING_GROUP_MANICHAEAN_*.
* doc: Update for Unicode 6.3.0.Bruno Haible2021-12-271-0/+16
| | | | | * doc/unictype.texi (Bidi class): Document UC_BIDI_LRI, UC_BIDI_RLI, UC_BIDI_FSI, UC_BIDI_PDI.
* doc: Update for Unicode 6.1.0.Bruno Haible2021-12-272-2/+3
| | | | | * doc/unictype.texi (Joining group): Document UC_JOINING_GROUP_ROHINGYA_YEH.
* doc: Clarify u{8,16,32}_grapheme_prev behaviour.Bruno Haible2021-12-161-0/+2
| | | | | | | | | Reported by Vincent Westenberg <vincent.westenberg@posteo.de> in <https://lists.gnu.org/archive/html/bug-libunistring/2021-12/msg00001.html>. * doc/unigbrk.texi (Grapheme cluster breaks in a string): Clarify that the u{8,16,32}_grapheme_prev functions, like u{8,16,32}_prev, work only on well-formed Unicode strings.
* u{8,16,32}-uctomb: Avoid possible trouble with huge strings.Bruno Haible2021-07-251-3/+3
| | | | | | * doc/unistr.texi (Creating Unicode strings): Update prototypes of u8_uctomb, u16_uctomb, u32_uctomb to match the change in gnulib on 2020-09-05.
* doc: Avoid long lines in .texi source.Bruno Haible2021-07-251-9/+31
| | | | * doc/char32_t.texi: Break lines.
* Change license to LGPLv3+ or GPLv2+.Bruno Haible2021-05-301-3/+4
| | | | | | * README (Copyright): Adjust section. * doc/libunistring.texi (Licenses): Change accordingly. * NEWS: Mention the change.
* doc: Document char32_t.Bruno Haible2020-11-143-3/+34
| | | | | | * doc/char32_t.texi: New file. * doc/libunistring.texi: Include it. * doc/Makefile.am (libunistring_TEXINFOS): Add char32_t.texi.
* build: Combine the .gitignore files.Bruno Haible2020-05-081-16/+0
|
* doc: Update description of locale_charset.Bruno Haible2019-12-231-1/+1
| | | | | * doc/uniconv.texi (uniconv.h): Fix reference to config.charset, which was removed on 2018-05-19.
* build: Fix spurious error message in 'doc'.Bruno Haible2019-12-221-0/+2
| | | | * doc/Makefile.am (RM): New variable.
* Update bug reporting instructions.Bruno Haible2019-05-111-4/+4
| | | | | * README: Tell users to report bugs in the bug tracker or by email. * doc/libunistring.texi (Reporting problems): Likewise.
* doc: Assume that the texinfo sources are in the source dir.Bruno Haible2019-02-141-5/+4
| | | | | * doc/Makefile.am (stamp-vti, libunistring.html, libunistring_toc.html): Lookup libunistring.texi in $(srcdir).
* doc: Fix hyperlinks to table of contents in HTML doc.Bruno Haible2019-02-141-2/+4
| | | | | | | Reported by Akim Demaille <akim.demaille@gmail.com>. * doc/Makefile.am (libunistring_toc.html): Replace references to libunistring.html with references to libunistring_toc.html.
* doc: Make function declarations easier to read.Bruno Haible2019-02-1312-469/+469
| | | | | | * doc/uni*.texi: Inside the argument list of function declarations, use no-break spaces instead of spaces, except directly after a comma. * doc/libunistring.texi: Bump copyright year.
* doc: Simplify the title page.Bruno Haible2019-02-131-1/+0
| | | | * doc/libunistring.texi (titlepage): Remove redundant subtitle.
* Update licenses.Bruno Haible2019-02-103-28/+27
|
* Prefer https URLs where possible.Bruno Haible2018-09-176-15/+15
|
* doc: Fix @menu structure (regression from 2017-12-10).Bruno Haible2018-05-171-1/+0
|
* doc: Fix typo in unigbrk documentationDaiki Ueno2018-02-281-1/+1
|
* Rename some file.Bruno Haible2018-01-271-3/+3
|
* Documentation updates.Bruno Haible2017-12-119-198/+378
| | | | Mostly based on feedback by Richard Stallman <rms@gnu.org>.
* doc: Fix typo.Bruno Haible2017-12-031-1/+1
| | | | * doc/unigbrk.texi (Grapheme cluster break property): Fix typo.
* uniwbrk: Define new word break property valuesDaiki Ueno2017-11-271-0/+9
| | | | | * doc/uniwbrk.texi (Word break property): Document WBP_RI, WBP_DQ, WBP_SQ, WBP_HL, WBP_ZWJ, WBP_EB, WBP_EM, WBP_GAZ, and WBP_EBG.
* unigbrk: Import new module unigbrk/uc-grapheme-breaksDaiki Ueno2017-11-271-1/+29
| | | | | | | | | | * autogen.sh (GNULIB_MODULES): Pull unigbrk/uc-grapheme-breaks. * doc/unigbrk.texi (Grapheme cluster breaks in a string): Mention the limitations of *_grapheme_next and *_grapheme_prev functions and suggest *_grapheme_breaks instead. (Grapheme cluster break property): Document newly added properties; mention the limitations of uc_is_grapheme_break and suggest to use uc_grapheme_breaks instead.
* Clarify the effect of uc_canonical_decomposition.Bruno Haible2017-11-182-2/+7
| | | | | | | Prompted by a report by DaeHyun Sung <sungdh86@gmail.com>. * doc/uninorm.texi (Decomposition of characters): Clarify. * doc/libunistring.texi: Bump copyright year.
* Change license to LGPLv3+ or GPLv2.Bruno Haible2016-12-021-5/+23
|
* Drop the nickname "woe32".Bruno Haible2016-11-231-1/+1
|
* Document uniname.h change for name alias.Daiki Ueno2015-02-161-1/+2
|
* Replace deprecated $(mkdir_p) usage.Daiki Ueno2014-08-081-8/+8
| | | | | | | | | Problem report and trivial fix by Nitin A Kamble in: https://lists.gnu.org/archive/html/bug-libunistring/2012-07/msg00000.html * doc/Makefile.am (installdirs-dvi, installdirs-ps) (installdirs-pdf, install-html-monolithic, install-html-split) (installdirs-html, dist-html-monolithic, dist-html-split): Use $(MKDIR_P) instead of deprecated $(mkdir_p).
* Add grapheme cluster break functions.Bruno Haible2011-03-294-17/+34
|
* Document grapheme cluster break functions.Ben Pfaff2011-03-293-3/+123
|
* Allow omitting spaces in property names.Bruno Haible2011-03-261-0/+4
|
* Allow omitting spaces in joining group names.Bruno Haible2011-03-261-0/+2
|
* Support long names of joining types.Bruno Haible2011-03-261-1/+8
|
* Tweak texinfo syntax.Bruno Haible2011-03-263-4/+4
|
* Support long names of bidi classes.Bruno Haible2011-03-261-2/+9
|
* Support names and long names of canonical combining classes.Bruno Haible2011-03-261-0/+26
|
* Support long names of general category values.Bruno Haible2011-03-251-2/+11
|
* Add support for general category group LC.Bruno Haible2011-03-251-0/+6
|
* Use term "bidi class" instead of "bidirectional category".Bruno Haible2011-03-232-34/+40
|
* Add support for Arabic shaping properties.Bruno Haible2011-03-212-0/+159
|