NetSurf
Data Fields
special Struct Reference

Data Fields

char local
 Local 8bit representation. More...
 
char len
 Length (in bytes) of UTF-8 character. More...
 
const char * utf
 UTF-8 representation. More...
 

Detailed Description

Definition at line 406 of file ucstables.c.

Field Documentation

◆ len

char special::len

Length (in bytes) of UTF-8 character.

Definition at line 408 of file ucstables.c.

Referenced by utf8_from_local_encoding(), and utf8_to_local_encoding().

◆ local

char special::local

Local 8bit representation.

Definition at line 407 of file ucstables.c.

Referenced by utf8_to_local_encoding().

◆ utf

const char* special::utf

UTF-8 representation.

Definition at line 409 of file ucstables.c.


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