Cached iconv conversion descriptor.
More...
|
| char * | fromcode1 |
| | Source character set.
|
| |
| char * | tocode1 |
| | Destination character set.
|
| |
| iconv_t | cd |
| | iconv conversion descriptor
|
| |
Cached iconv conversion descriptor.
Definition at line 88 of file charset.c.
◆ 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: