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_error_t Struct Reference

Represents an error caused by decancer not being able to cure a string. More...

Data Fields

const char * message
 Null-terminated ASCII encoded error message.
 
uint8_t message_length
 The length of the error message.
 

Detailed Description

Represents an error caused by decancer not being able to cure a string.

typedef struct {
const char* message;
uint8_t message_length;
Represents an error caused by decancer not being able to cure a string.
Definition decancer.h:289
uint8_t message_length
The length of the error message.
Definition decancer.h:300
const char * message
Null-terminated ASCII encoded error message.
Definition decancer.h:294
See also
decancer_cure
decancer_cure_utf16
Since
2.0.0

Field Documentation

◆ message

const char* decancer_error_t::message

Null-terminated ASCII encoded error message.

Since
2.0.0

◆ message_length

uint8_t decancer_error_t::message_length

The length of the error message.

Since
2.0.0

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