jitterbug29: adding u_fgetconverter

X-Commit-URL: https://ssl.icu-project.org/trac/changeset/60
This commit is contained in:
Steven R. Loomis 1999-10-15 01:27:37 +00:00
parent 307031071e
commit 6feff00f74

View file

@ -21,10 +21,11 @@
*******************************************************************************
*/
#include "uhash.h"
#include "ustdio.h"
#include "loccache.h"
#include "ufile.h"
#include "uloc.h"
#include "loccache.h"
#include <string.h>
#include <stdlib.h>
@ -296,3 +297,9 @@ u_fsetcodepage( const char *codepage,
return -1;
return 0;
}
UConverter * u_fgetConverter(UFILE *file)
{
return file->fConverter;
}