mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
jitterbug29: adding u_fgetconverter
git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@60 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
7e701d8092
commit
3ddd6cd295
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