Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 566516
Collapse All | Expand All

(-)latex2html-2008/latex2html.pin (-3 / +3 lines)
Lines 533-537 Link Here
533
# If possible, use icons of the same type as generated images
533
# If possible, use icons of the same type as generated images
534
#
534
#
535
if ($IMAGE_TYPE && defined %{"icons_$IMAGE_TYPE"}) {
535
if ($IMAGE_TYPE && %{"icons_$IMAGE_TYPE"}) {
536
    %icons = %{"icons_$IMAGE_TYPE"};
536
    %icons = %{"icons_$IMAGE_TYPE"};
537
}
537
}
Lines 2113-2117 Link Here
2113
	    }
2113
	    }
2114
	);
2114
	);
2115
	if ($USE_UTF ||(!$NO_UTF &&(defined %unicode_table)&&length(%unicode_table)>2)) {
2115
	if ($USE_UTF ||(!$NO_UTF &&(%unicode_table)&&length(%unicode_table)>2)) {
2116
	    &convert_to_unicode($_)};
2116
	    &convert_to_unicode($_)};
2117
    }
2117
    }
Lines 9118-9122 Link Here
9118
    $charset =~ s/-/_/g;
9118
    $charset =~ s/-/_/g;
9119
    # convert upper 8-bit characters
9119
    # convert upper 8-bit characters
9120
    if (defined %$charset &&($CHARSET =~ /8859[_\-]1$/)) {
9120
    if (%$charset &&($CHARSET =~ /8859[_\-]1$/)) {
9121
	s/([\200-\377])/
9121
	s/([\200-\377])/
9122
	    $tmp = $$charset{'&#'.ord($1).';'};
9122
	    $tmp = $$charset{'&#'.ord($1).';'};

Return to bug 566516