Skip to content

Documentation for UTF8PROC_COMPOSE and UTF8PROC_DECOMPOSE options are the same #295

@Techcable

Description

@Techcable

Hi! Are the UTF8PROC_COMPOSE and UTF8PROC_DECOMPOSE options supposed to have the same description?

utf8proc/utf8proc.h

Lines 153 to 156 in 8861a0e

/** Return a result with decomposed characters. */
UTF8PROC_COMPOSE = (1<<3),
/** Return a result with decomposed characters. */
UTF8PROC_DECOMPOSE = (1<<4),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions