From 651b0751972b629032e2c30bb7ea009198c117e7 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 25 May 2007 09:33:58 +0000 Subject: [PATCH] small script to check XML parser. Remember that PurePerl Parser is buggued and can t handle utf8 correctly --- misc/migration_tools/check_parser.pl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 misc/migration_tools/check_parser.pl diff --git a/misc/migration_tools/check_parser.pl b/misc/migration_tools/check_parser.pl new file mode 100755 index 0000000000..9ee334bbc4 --- /dev/null +++ b/misc/migration_tools/check_parser.pl @@ -0,0 +1,5 @@ + #!/usr/bin/perl + +use XML::SAX::ParserFactory; +$parser = XML::SAX::ParserFactory->parser(); +print $parser; \ No newline at end of file -- 2.39.5