]> Kevux Git Server - fll/commitdiff
Cleanup: Add comment about special control code handling.
authorKevin Day <thekevinday@gmail.com>
Sat, 5 Nov 2022 01:23:56 +0000 (20:23 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 5 Nov 2022 01:31:59 +0000 (20:31 -0500)
level_0/f_utf/c/utf/is.h
level_0/f_utf/c/utf/is_character.h

index d9b83cdb3e228953ebb5b11214a659cdbc66f881..ce6643e2c4f4ad9e9209efafe7129909c2bc5610 100644 (file)
@@ -169,6 +169,8 @@ extern "C" {
  *
  * This includes control code and control format characters.
  *
+ * The control codes U+0009..U+000D and U+0085 are considered white space and line breaking.
+ *
  * @param sequence
  *   The byte sequence to validate as a character.
  *   There must be enough space allocated to compare against, as limited by width_max.
index bbcffd65e77412c2e5d690eae1cf503f5501d0b6..740c651edbee1901bfb19599ea380a25553aa1e7 100644 (file)
@@ -146,6 +146,8 @@ extern "C" {
  *
  * This includes control code and control format characters.
  *
+ * The control codes U+0009..U+000D and U+0085 are considered white space and line breaking.
+ *
  * @param sequence
  *   The byte sequence to validate as a character.
  *