Home H... !html_header_links !html_img_suffix
The guide of UDO > Command index > H... Index

!html_ignore_8bit

Ignore 8-bit characters (HTML only).

Type & position: command, preamble
Syntax: !html_ignore_8bit <text>
Description: If you use this switch in the preamble, 8 bit characters won't be converted to HTML entities (&auml;, etc.).

The meta tag Content-Type will automatically be filled with the right charset descriptor by UDO.
Exists since: Release 6 Patchlevel 2, Erweiterung seit Version 6.5.0
See also: !code_source, !code_target

Example:

Before:
!code_target      [utf-8]
!html_ignore_8bit

Afterwards:
&lt;meta http-equiv="content-type" content="text/html;charset=UTF-8"&gt;

Copyright © www.udo-open-source.org (Kontakt)
Last updated on May 19, 2010

Home H... !html_header_links !html_img_suffix