-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed bug reported by Petr Pajas, in the absence of encoding UTF-8 sh…
…ould * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of encoding UTF-8 should really be assumed. This may break if the HTTP headers indicates for example ISO-8859-1 since this then becomes a well formedness error. Daniel
- Loading branch information
Daniel Veillard
committed
Mar 31, 2005
1 parent
7331e5c
commit 64354ea
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <[email protected]> | ||
|
||
* xmlsave.c: fixed bug reported by Petr Pajas, in the absence of | ||
encoding UTF-8 should really be assumed. This may break if | ||
the HTTP headers indicates for example ISO-8859-1 since this | ||
then becomes a well formedness error. | ||
|
||
Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <[email protected]> | ||
|
||
* SAX.c: fixed #172260 redundant assignment. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters