Ignore:
Timestamp:
2001-01-26T17:25:49+13:00 (23 years ago)
Author:
sjboddie
Message:

Made a bunch of changes to the building code to support lots of new
languages and encodings. It's still kind of a mess but should be fixed
up over the weekend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/doc.pm

    r1844 r1868  
    130130}
    131131
    132 sub set_source_encoding {
    133     my $self = shift (@_);
    134     my ($source_encoding) = @_;
    135 
    136     $self->set_metadata_element ($self->get_top_section(),
    137                  "gsdlsourceencoding",
    138                  $source_encoding);
    139 }
    140 
    141 # returns the source_encoding as it was provided
    142 sub get_source_encoding {
    143     my $self = shift (@_);
    144    
    145     return $self->get_metadata_element ($self->get_top_section(), "gsdlsourceencoding");
    146 }
    147 
    148132sub _escape_text {
    149133    my ($text) = @_;
Note: See TracChangeset for help on using the changeset viewer.