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), |
Hi! Are the
UTF8PROC_COMPOSEandUTF8PROC_DECOMPOSEoptions supposed to have the same description?utf8proc/utf8proc.h
Lines 153 to 156 in 8861a0e