Your message dated Tue, 18 Apr 2006 09:01:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line [Fwd: Re: [l2h] Debian Bug#355728: latex2html: please use
typographic quotation marks]
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: latex2html
Version: 2002-2-1-20050114-4
Severity: wishlist
Hi,
latex creates typographic quotation marks (“”) from the ``'' input. It
would be nice if latex2html would do the same if CHARSET=UTF-8 is set. I
think that even using "" would be better than ``'' in the html code. It
should also create a header saying that the html file is utf-8 encoded.
Thanks,
Wolfi
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1-wjq
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Versions of packages latex2html depends on:
ii gs 8.50-1 Transitional package
ii gs-esp [gs] 8.15.1.dfsg.1-1 The Ghostscript PostScript interpr
ii gs-gpl [gs] 8.15-4.1 The GPL Ghostscript PostScript int
ii netpbm 2:10.0-10.1 Graphics conversion tools
ii perl 5.8.8-2 Larry Wall's Practical Extraction
ii tetex-bin 3.0-14 The teTeX binary files
ii tetex-extra 3.0-15 Additional library files of teTeX
latex2html recommends no packages.
-- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi,
upstream has a good description of how to solve this issue (and doesn't
consider this a bug). Please have a look at his comments in the attached
mail.
I'm closing this bug now.
If you have any further questions, please feel free to ask, and please
direct it directly to [email protected] (upstream) if appropriate.
Thanks,
bye,
Roland
--- Begin Message ---
On 16/04/2006, at 11:55 PM, Roland Stigge wrote:
Hi,
greetings from Debian! Someone reported to us:
latex creates typographic quotation marks (“”) from the ``'' input. It
would be nice if latex2html would do the same if CHARSET=UTF-8 is
set. I
think that even using "" would be better than ``'' in the html code.
It
should also create a header saying that the html file is utf-8
encoded.
What would be the right way to go here?
$USE_CURLY_QUOTES = 1;
set this in an initialization file.
Also set the following
$USE_UTF=1;
OR execute the job with options such as:
latex2html -split 0 -html_version 4.0,latin1,unicode,utf8 myfile.tex
4.0 = satisfy HTML 4.0 recommendations (4.1 might work for HTML
4.01)
latin1 = input encoding
unicode = use unicode code-points in the output
utf8 = use byte-sequences, rather than entity numbers (or names)
whenever appropriate.
The HTML headers should now include:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
Thanks,
You're welcome.
No bugs here.
Ross
bye,
Roland
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html
--- End Message ---
--- End Message ---