1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

parser: Don't use deprecated xmlCopyChar

This commit is contained in:
Nick Wellnhofer
2024-07-02 04:02:16 +02:00
parent 751ba00e00
commit 30ef77554b
5 changed files with 16 additions and 12 deletions

View File

@ -303,6 +303,7 @@ deprecated_funcs = {
'xmlCheckLanguageID': True,
'xmlCleanupCharEncodingHandlers': True,
'xmlCleanupGlobals': True,
'xmlCopyChar': True,
'xmlDefaultSAXHandlerInit': True,
'xmlDictCleanup': True,
'xmlFileMatch': True,