Hi! Are the UTF8PROC_COMPOSE and UTF8PROC_DECOMPOSE options supposed to have the same description?
|
/** Return a result with decomposed characters. */ |
|
UTF8PROC_COMPOSE = (1<<3), |
|
/** Return a result with decomposed characters. */ |
|
UTF8PROC_DECOMPOSE = (1<<4), |