Cursor for converting a file's encoding.
More...
#include "charset.h"
|
| FILE * | fp |
| |
| iconv_t | cd |
| | iconv conversion descriptor
|
| |
| char | bufi [512] |
| |
| char | bufo [512] |
| |
| char * | p |
| |
| char * | ob |
| |
| char * | ib |
| |
| size_t | ibl |
| |
| const char ** | inrepls |
| |
Cursor for converting a file's encoding.
Definition at line 42 of file charset.h.
◆ fp
◆ cd
iconv conversion descriptor
Definition at line 45 of file charset.h.
◆ bufi
◆ bufo
◆ ob
◆ ib
◆ ibl
◆ inrepls
| const char** FgetConv::inrepls |
The documentation for this struct was generated from the following file: