NeoMutt  2025-12-11-435-g4ac674
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 74 of file charset.c.

Field Documentation

◆ fromcode1

char* IconvCacheEntry::fromcode1

Source character set.

Definition at line 76 of file charset.c.

◆ tocode1

char* IconvCacheEntry::tocode1

Destination character set.

Definition at line 77 of file charset.c.

◆ cd

iconv_t IconvCacheEntry::cd

iconv conversion descriptor

Definition at line 78 of file charset.c.


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