]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/ucreader.cpp
3 * © 2016 and later: Unicode, Inc. and others.
4 * License & terms of use: http://www.unicode.org/copyright.html#License
6 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
10 #include "unicode/utypes.h"
14 #include "UnicodeReader.h"
18 const UChar
*uc_readFile(const char *fileName
, gs_guiSupport
*guiSupport
, int32_t *charCount
)
20 return UnicodeReader::readFile(fileName
, (GUISupport
*) guiSupport
, *charCount
);