// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 2001-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description * 06/07/01 aliu Creation. ********************************************************************** */ #include "unicode/utypes.h" #if !UCONFIG_NO_TRANSLITERATION #include "unicode/unifilt.h" #include "unicode/uchar.h" #include "unicode/uniset.h" #include "unicode/utf16.h" #include "cmemory.h" #include "name2uni.h" #include "patternprops.h" #include "uprops.h" #include "uinvchar.h" #include "util.h" U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_TRANSLITERATION */