]> gitweb.factorcode.org Git - factor.git/commit
XML encoding auto-detection
authorDaniel Ehrenberg <littledan@Macintosh-103.local>
Thu, 15 Jan 2009 06:11:23 +0000 (00:11 -0600)
committerDaniel Ehrenberg <littledan@Macintosh-103.local>
Thu, 15 Jan 2009 06:11:23 +0000 (00:11 -0600)
commita6ed18c3c25c8e2fd354a13da48eee2dc3956e84
tree4f229054fb0df4d6c4e6baf0d6710092fe54a5cc
parentbd9a8472f7a4cf4278a48598adb6fe3aa35d17bf
XML encoding auto-detection
15 files changed:
basis/xml/tests/ascii.xml [new file with mode: 0644]
basis/xml/tests/encodings.factor [new file with mode: 0644]
basis/xml/tests/latin1.xml [new file with mode: 0644]
basis/xml/tests/latin5.xml [new file with mode: 0644]
basis/xml/tests/prologless.xml [new file with mode: 0644]
basis/xml/tests/test.factor
basis/xml/tests/utf16.xml [new file with mode: 0644]
basis/xml/tests/utf16be-bom.xml [new file with mode: 0644]
basis/xml/tests/utf16be.xml [new file with mode: 0644]
basis/xml/tests/utf16le-bom.xml [new file with mode: 0644]
basis/xml/tests/utf16le.xml [new file with mode: 0644]
basis/xml/tests/utf8-bom.xml [new file with mode: 0644]
basis/xml/tests/utf8.xml [new file with mode: 0644]
basis/xml/tokenize/tokenize.factor
basis/xml/xml.factor