Quote:
@bravosx: As a temporary fix, you could simply regenerate the TOC via CTRL+T. This should restore the missing characters since the actual headings contain them.
|
OK, actually this way it is possible to improve the TOC and seems to be fairly easy. Thanks for the tip.
The problem remains the text contained between the <title></title>, for example, the lack of Polish character in the word Rozdzia
ł:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="pl-PL" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rozdzia_1</title>
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
Thanks, bravosx