decancer 3.2.4
A library that removes common unicode confusables/homoglyphs from strings.
 
Not such query exists :(
Functions
Type definitions
Macros
Loading...
Searching...
No Matches
decancer_keyword_t Struct Reference

Represents a UTF-8 encoded keyword. This struct is often used inside an array. More...

Data Fields

const uint8_t * string
 UTF-8 encoded string.
 
size_t size
 UTF-8 size of the string, in bytes.
 

Detailed Description

Represents a UTF-8 encoded keyword. This struct is often used inside an array.

typedef struct {
const uint8_t* string;
size_t size;
Represents a UTF-8 encoded keyword. This struct is often used inside an array.
Definition decancer.h:318
size_t size
UTF-8 size of the string, in bytes.
Definition decancer.h:329
const uint8_t * string
UTF-8 encoded string.
Definition decancer.h:323
See also
decancer_find_multiple
decancer_censor_multiple
decancer_replace_multiple
Since
3.2.2

Field Documentation

◆ size

size_t decancer_keyword_t::size

UTF-8 size of the string, in bytes.

Since
3.2.2

◆ string

const uint8_t* decancer_keyword_t::string

UTF-8 encoded string.

Since
3.2.2

The documentation for this struct was generated from the following file: