/[webpac2]/trunk/lib/WebPAC/Normalize/XML.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Normalize/XML.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Sat Jul 16 23:56:14 2005 UTC revision 14 by dpavlin, Sun Jul 17 00:04:25 2005 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5    
6  use base qw/WebPAC::Common WebPAC::Normalize/;  use base qw/WebPAC::Common WebPAC::Normalize/;
 use Storable;  
7  use XML::Simple;  use XML::Simple;
8  use Data::Dumper;  use Data::Dumper;
9  use Text::Iconv;  use Text::Iconv;
# Line 79  sub open { Line 78  sub open {
78    
79  =head2 _x  =head2 _x
80    
81  Convert string from UTF-8 to code page defined in C<import_xml>.  Convert string from XML UTF-8 encoding to code page defined in C<xml_file>.
82    
83   my $text = $n->_x('utf8 text');   my $text = $n->_x('utf8 text');
84    

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26