mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-17 22:02:16 +01:00
Fix g_strcompress docs (mod 256)
This commit is contained in:
@@ -2108,7 +2108,7 @@ g_strcanon (gchar *string,
|
|||||||
* - `\r` → [U+000D Carriage Return](https://en.wikipedia.org/wiki/Carriage_return)
|
* - `\r` → [U+000D Carriage Return](https://en.wikipedia.org/wiki/Carriage_return)
|
||||||
* - `\t` → [U+0009 Horizontal Tabulation](https://en.wikipedia.org/wiki/Tab_character)
|
* - `\t` → [U+0009 Horizontal Tabulation](https://en.wikipedia.org/wiki/Tab_character)
|
||||||
* - `\v` → [U+000B Vertical Tabulation](https://en.wikipedia.org/wiki/Vertical_Tab)
|
* - `\v` → [U+000B Vertical Tabulation](https://en.wikipedia.org/wiki/Vertical_Tab)
|
||||||
* - `\` followed by one to three octal digits → the numeric value (mod 255)
|
* - `\` followed by one to three octal digits → the numeric value (mod 256)
|
||||||
* - `\` followed by any other character → the character as is.
|
* - `\` followed by any other character → the character as is.
|
||||||
* For example, `\\` will turn into a backslash (`\`) and `\"` into a double quote (`"`).
|
* For example, `\\` will turn into a backslash (`\`) and `\"` into a double quote (`"`).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user