mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fixed #99082 for xi:include encoding="..." support on text includes. added
* xinclude.c parserInternals.c encoding.c: fixed #99082 for xi:include encoding="..." support on text includes. * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml test/XInclude/ents/isolatin.txt : added a specific regression test * python/generator.py python/libxml2class.txt: fixed the generator the new set of comments generated for doc/libxml2-api.xml were breaking the python generation. Daniel
This commit is contained in:
@ -746,7 +746,7 @@ def writeDoc(name, args, indent, output):
|
||||
output.write('\n ');
|
||||
output.write(indent)
|
||||
output.write(val);
|
||||
output.write('"""\n')
|
||||
output.write(' """\n')
|
||||
|
||||
def buildWrappers():
|
||||
global ctypes
|
||||
|
@ -150,6 +150,13 @@ validateNamesValue()
|
||||
validateNmtokenValue()
|
||||
validateNmtokensValue()
|
||||
|
||||
# functions from module wincecompat
|
||||
close()
|
||||
getenv()
|
||||
read()
|
||||
strerror()
|
||||
write()
|
||||
|
||||
# functions from module xmlIO
|
||||
checkFilename()
|
||||
cleanupInputCallbacks()
|
||||
@ -302,7 +309,7 @@ uCSIsUnifiedCanadianAboriginalSyllabics()
|
||||
uCSIsYiRadicals()
|
||||
uCSIsYiSyllables()
|
||||
|
||||
# functions from module xmlversion
|
||||
# functions from module xmlwin32version
|
||||
checkVersion()
|
||||
|
||||
# functions from module xpathInternals
|
||||
|
Reference in New Issue
Block a user