mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
jitterbug29: u_fgetconverter
X-SVN-Rev: 61
This commit is contained in:
parent
b1808e22c1
commit
de8aa1d3f9
1 changed files with 10 additions and 0 deletions
|
@ -28,11 +28,14 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "utypes.h"
|
||||
#include <ucnv.h>
|
||||
|
||||
|
||||
/** Forward declaration of a Unicode-aware file */
|
||||
typedef struct UFILE UFILE;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Open a UFILE.
|
||||
* A UFILE is a wrapper around a FILE* that is locale and codepage aware.
|
||||
|
@ -136,6 +139,13 @@ u_fsetcodepage(const char *codepage,
|
|||
UFILE *file);
|
||||
|
||||
|
||||
/**
|
||||
* Returns an alias to the converter being used for this file.
|
||||
* @param file The UFILE to set.
|
||||
* @return alias to the converter
|
||||
*/
|
||||
CAPI UConverter *u_fgetConverter(UFILE *f);
|
||||
|
||||
/* Output functions */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue