NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
IconvCacheEntry Struct Reference

Cached iconv conversion descriptor. More...

Data Fields

char * fromcode1
 Source character set.
 
char * tocode1
 Destination character set.
 
iconv_t cd
 iconv conversion descriptor
 

Detailed Description

Cached iconv conversion descriptor.

Definition at line 88 of file charset.c.

Field Documentation

◆ fromcode1

char* IconvCacheEntry::fromcode1

Source character set.

Definition at line 90 of file charset.c.

◆ tocode1

char* IconvCacheEntry::tocode1

Destination character set.

Definition at line 91 of file charset.c.

◆ cd

iconv_t IconvCacheEntry::cd

iconv conversion descriptor

Definition at line 92 of file charset.c.


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