mirror of
https://github.com/GNOME/libxml2.git
synced 2025-05-09 05:11:41 +08:00
19 lines
281 B
C
19 lines
281 B
C
/**
|
|
* @file
|
|
*
|
|
* @brief Unicode character APIs
|
|
*
|
|
* API for the Unicode character APIs
|
|
*
|
|
* Deprecated, don't use.
|
|
*/
|
|
|
|
#ifndef __XML_UNICODE_H__
|
|
#define __XML_UNICODE_H__
|
|
|
|
#ifdef __GNUC__
|
|
#warning "libxml/xmlunicode.h is deprecated"
|
|
#endif
|
|
|
|
#endif /* __XML_UNICODE_H__ */
|