Cursor for converting a file's encoding.
More...
#include "charset.h"
|
| FILE * | fp |
| | File to read from.
|
| |
| iconv_t | cd |
| | iconv conversion descriptor
|
| |
| char | bufi [512] |
| | Input buffer.
|
| |
| char | bufo [512] |
| | Output buffer.
|
| |
| char * | p |
| | Current position in output buffer.
|
| |
| char * | ob |
| | End of output buffer.
|
| |
| char * | ib |
| | Current position in input buffer.
|
| |
| size_t | ibl |
| | Input buffer length.
|
| |
| const char ** | inrepls |
| | Replacement characters.
|
| |
Cursor for converting a file's encoding.
Definition at line 44 of file charset.h.
◆ fp
File to read from.
Definition at line 46 of file charset.h.
◆ cd
iconv conversion descriptor
Definition at line 47 of file charset.h.
◆ bufi
◆ bufo
Output buffer.
Definition at line 49 of file charset.h.
Current position in output buffer.
Definition at line 50 of file charset.h.
◆ ob
End of output buffer.
Definition at line 51 of file charset.h.
◆ ib
Current position in input buffer.
Definition at line 52 of file charset.h.
◆ ibl
Input buffer length.
Definition at line 53 of file charset.h.
◆ inrepls
| const char** FgetConv::inrepls |
Replacement characters.
Definition at line 54 of file charset.h.
The documentation for this struct was generated from the following file: