// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * * Copyright (C) 1997-2006, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: ures_cnv.c * encoding: UTF-8 * tab size: 8 (not used) * indentation:4 * * created on: 2004aug25 * created by: Markus W. Scherer * * Character conversion functions moved here from uresbund.c */ #include "unicode/utypes.h" #include "unicode/putil.h" #include "unicode/ustring.h" #include "unicode/ucnv.h" #include "unicode/ures.h" #include "uinvchar.h" #include "ustr_cnv.h" U_CAPI UResourceBundle * U_EXPORT2 ures_openU(const char16_t *myPath, const char *localeID, UErrorCode *status) { … }