NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
FgetConv Struct Reference

Cursor for converting a file's encoding. More...

#include "charset.h"

Data Fields

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
 

Detailed Description

Cursor for converting a file's encoding.

Definition at line 41 of file charset.h.

Field Documentation

◆ fp

FILE* FgetConv::fp

Definition at line 43 of file charset.h.

◆ cd

iconv_t FgetConv::cd

iconv conversion descriptor

Definition at line 44 of file charset.h.

◆ bufi

char FgetConv::bufi[512]

Definition at line 45 of file charset.h.

◆ bufo

char FgetConv::bufo[512]

Definition at line 46 of file charset.h.

◆ p

char* FgetConv::p

Definition at line 47 of file charset.h.

◆ ob

char* FgetConv::ob

Definition at line 48 of file charset.h.

◆ ib

char* FgetConv::ib

Definition at line 49 of file charset.h.

◆ ibl

size_t FgetConv::ibl

Definition at line 50 of file charset.h.

◆ inrepls

const char** FgetConv::inrepls

Definition at line 51 of file charset.h.


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