]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/UnicodeReader.h
2 ******************************************************************************
3 * Copyright (C) 1998-2001, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 ******************************************************************************
8 #ifndef __UNICODEREADER_H
9 #define __UNICODEREADER_H
11 #include "unicode/utypes.h"
13 #include "GUISupport.h"
28 static const UChar
*readFile(const char *fileName
, GUISupport
*guiSupport
, int32_t &charCount
);