mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
made xmlGetUTF8Char public Daniel
* include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
|
||||||
|
|
||||||
Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* debugXML.c: adding a grep command to --shell in xmllint
|
* debugXML.c: adding a grep command to --shell in xmllint
|
||||||
|
@ -135,7 +135,7 @@ xmlUTF8Strlen(const xmlChar *utf) {
|
|||||||
* Returns the char value or -1 in case of error and update @len with the
|
* Returns the char value or -1 in case of error and update @len with the
|
||||||
* number of bytes used
|
* number of bytes used
|
||||||
*/
|
*/
|
||||||
static int
|
int
|
||||||
xmlGetUTF8Char(const unsigned char *utf, int *len) {
|
xmlGetUTF8Char(const unsigned char *utf, int *len) {
|
||||||
unsigned int c;
|
unsigned int c;
|
||||||
|
|
||||||
|
@ -204,6 +204,8 @@ int isolat1ToUTF8 (unsigned char *out,
|
|||||||
int *outlen,
|
int *outlen,
|
||||||
const unsigned char *in,
|
const unsigned char *in,
|
||||||
int *inlen);
|
int *inlen);
|
||||||
|
int xmlGetUTF8Char (const unsigned char *utf,
|
||||||
|
int *len);
|
||||||
/*
|
/*
|
||||||
* exports additional "UTF-8 aware" string routines which are.
|
* exports additional "UTF-8 aware" string routines which are.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user