mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
21 lines
549 B
C
21 lines
549 B
C
|
/*
|
||
|
* Summary: Unicode character APIs
|
||
|
* Description: API for the Unicode character APIs
|
||
|
*
|
||
|
* This file is automatically generated from the
|
||
|
* UCS description files of the Unicode Character Database
|
||
|
* http://www.unicode.org/Public/4.0-Update1/UCD-4.0.1.html
|
||
|
* using the genUnicode.py Python script.
|
||
|
*
|
||
|
* Generation date: Mon Mar 27 11:09:52 2006
|
||
|
* Sources: Blocks-4.0.1.txt UnicodeData-4.0.1.txt
|
||
|
* Author: Daniel Veillard
|
||
|
*/
|
||
|
|
||
|
#ifndef __XML_UNICODE_H__
|
||
|
#define __XML_UNICODE_H__
|
||
|
#include <libxml/xmlversion.h>
|
||
|
|
||
|
|
||
|
#endif /* __XML_UNICODE_H__ */
|