[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: "Rick Quatro" <frameexpert@xxxxxxxxxxxx>
Subject: Re: Mif2Go Character Mapping
From: Larry Kollar <Larry.Kollar@xxxxxxxxxx>
Date: Thu, 25 Aug 2005 09:37:46 -0400
Cc: framers@xxxxxxxxx, "Framers List" <framers@xxxxxxxxxxxxxx>
Delivered-to: jeremyg-freeframers:org-ffarchiv@freeframers.org
In-reply-to: <004801c5a914$5aa303c0$8119fea9@carmenbusiness>
Sender: owner-framers@xxxxxxxxx
>>> Is there any >>> way to suppress the conversion of high ASCII characters to HTML entities? >> >> ... Do >> you want numeric entities like – instead of symbolic ones >> like ©? Or vice-versa? Or do you want to map the chars >> to something else, like map accented letters to unaccented? >> Or strip them out entirely? Or handle them as characters in a >> different character set, as we do for Cyrillic for example? > > I want them to pass through as is without any conversion. Thanks. Sounds like you want Unicode output, then. If Mif2Go is somehow incapable of doing that (which would surprise me), XML processing tools like xmllint can do the job in a post-processing step. The kit is available from http://xmlsoft.org/ and runs on most platforms. Example: xmllint --html --noent yourfile.html >fixed.html -- Larry Kollar, Senior Technical Writer, ARRIS CPE Products "Content creators are the engine that drives value in the information life cycle." -- Barry Schaeffer, on XML-Doc ** To unsubscribe, send a message to majordomo@xxxxxxxxx ** ** with "unsubscribe framers" (no quotes) in the body. **