We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8861a0e + 47deac4 commit 571a3caCopy full SHA for 571a3ca
utf8proc.h
@@ -150,7 +150,7 @@ typedef enum {
150
UTF8PROC_STABLE = (1<<1),
151
/** Compatibility decomposition (i.e. formatting information is lost). */
152
UTF8PROC_COMPAT = (1<<2),
153
- /** Return a result with decomposed characters. */
+ /** Return a result with composed characters. */
154
UTF8PROC_COMPOSE = (1<<3),
155
/** Return a result with decomposed characters. */
156
UTF8PROC_DECOMPOSE = (1<<4),
0 commit comments