NetSurf
Data Structures | Typedefs | Enumerations | Variables
idna_props.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  idna_table
 
union  idna_table::p
 

Typedefs

typedef enum idna_property idna_property
 
typedef enum idna_unicode_jt idna_unicode_jt
 
typedef struct idna_table idna_table
 

Enumerations

enum  idna_property {
  IDNA_P_PVALID = 1 , IDNA_P_CONTEXTJ = 2 , IDNA_P_CONTEXTO = 3 , IDNA_P_DISALLOWED = 4 ,
  IDNA_P_UNASSIGNED = 5
}
 
enum  idna_unicode_jt {
  IDNA_UNICODE_JT_U = 0 , IDNA_UNICODE_JT_C = 1 , IDNA_UNICODE_JT_D = 2 , IDNA_UNICODE_JT_R = 3 ,
  IDNA_UNICODE_JT_T = 4 , IDNA_UNICODE_JT_L = 5
}
 

Variables

idna_table idna_derived []
 
idna_table idna_joiningtype []
 

Typedef Documentation

◆ idna_property

◆ idna_table

typedef struct idna_table idna_table

◆ idna_unicode_jt

Enumeration Type Documentation

◆ idna_property

Enumerator
IDNA_P_PVALID 
IDNA_P_CONTEXTJ 
IDNA_P_CONTEXTO 
IDNA_P_DISALLOWED 
IDNA_P_UNASSIGNED 

Definition at line 7 of file idna_props.h.

◆ idna_unicode_jt

Enumerator
IDNA_UNICODE_JT_U 
IDNA_UNICODE_JT_C 
IDNA_UNICODE_JT_D 
IDNA_UNICODE_JT_R 
IDNA_UNICODE_JT_T 
IDNA_UNICODE_JT_L 

Definition at line 15 of file idna_props.h.

Variable Documentation

◆ idna_derived

idna_table idna_derived[]

Definition at line 34 of file idna_props.h.

◆ idna_joiningtype

idna_table idna_joiningtype[]

Definition at line 2875 of file idna_props.h.