Re: [l2h] iso_map()

2023-03-26 Thread Daniel Gildea
thanks for the report, I have updated this in github. > > I think the perl code of iso_map() in latex2html.pin may be fail: > > 10883 $enc =~ /^\&\#(\d{3});$/; > 10884 # numeric character references in html refer to unicode > 10885 # we need to convert this char to

[l2h] iso_map()

2023-02-17 Thread Shigeharu TAKENO
shige 10/28 2019 I think the perl code of iso_map() in latex2html.pin may be fail: 10883 $enc =~ /^\&\#(\d{3});$/; 10884 # numeric character references in html refer to unicode 10885 # we need to convert this char to an 8-bit character 10886