mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03: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__ */
|