Changeset 7815


Ignore:
Timestamp:
2004-07-23T11:53:06+12:00 (20 years ago)
Author:
jrm21
Message:

added a comment... ascii2utf8 takes iso-8859-1, not just plain ascii.

File:
1 edited

Legend:

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

    r7798 r7815  
    5555# UTF-8 encoded string. This is just a faster version of
    5656# "&unicode2utf8(&ascii2unicode($str));"
     57# "Extended ascii" really means "iso_8859_1"
    5758sub ascii2utf8 {
    5859    my ($in) = @_;
Note: See TracChangeset for help on using the changeset viewer.