File: README

package info (click to toggle)
libxml-encoding-perl 1.01-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,248 kB
  • ctags: 43
  • sloc: xml: 13,364; perl: 504; makefile: 44; ansic: 27
file content (25 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
			XML::Encoding

Copyright (c) 1998 Clark Cooper <coopercc@netheaven.com>
All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. 

This module, built as a subclass of XML::Parser, parses encoding map
XML files. Included in the distribution is the compile_encoding script
that compiles these to the binary form used by XML::Parser in order to
parse scripts in the given encoding. Also included is a script that
generates encoding map XML files from the type of mapping files obtained
at ftp://ftp.unicode.org/Public/MAPPINGS.

Several encoding maps are included in the maps subdirectory.

There is nothing to build, but to test and install you need to do the
following:

	perl Makefile.PL
	make test
	make install

Clark Cooper
December 12, 1998