mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
jitterbug29: adding u_fgetconverter
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/60
This commit is contained in:
parent
307031071e
commit
6feff00f74
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue