Skip to content

Commit 40d19e3

Browse files
committed
956797 Resolved the given feedback.
1 parent 23e513c commit 40d19e3

File tree

1 file changed

+18
-23
lines changed
  • HTML to PDF/Blink/HtmlToPdfWithUnicodeTOC/.NET/HtmlToPdfWithUnicodeTOC/Data

1 file changed

+18
-23
lines changed

HTML to PDF/Blink/HtmlToPdfWithUnicodeTOC/.NET/HtmlToPdfWithUnicodeTOC/Data/Input.html

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Sample Document with Unicode TOC</title>
5+
<title>Multilingual Sample Document</title>
66
<style>
77
body {
88
font-family: Arial, sans-serif;
@@ -30,38 +30,33 @@
3030
</head>
3131
<body>
3232

33-
<h1>📘 Sample Document</h1>
33+
<h1>Sample Document – Beispiel – Пример документа</h1>
3434

35-
<h2>📑 Table of Contents</h2>
35+
<h2>Table of Contents – Inhaltsverzeichnis – Содержание</h2>
3636
<ul class="toc">
37-
<li>📖 <a href="#introduction">Introduction</a></li>
38-
<li>🧰 <a href="#features">Features</a></li>
39-
<li>⚙️ <a href="#installation">Installation</a></li>
40-
<li>📝 <a href="#usage">Usage</a></li>
41-
<li>📞 <a href="#contact">Contact</a></li>
37+
<li><a href="#english">English</a></li>
38+
<li><a href="#german">Deutsch (German)</a></li>
39+
<li><a href="#russian">Русский (Russian)</a></li>
4240
</ul>
4341

4442
<hr>
4543

46-
<h2 id="introduction">📖 Introduction</h2>
47-
<p>This document demonstrates how to use Unicode characters to enhance your HTML content and navigation experience.</p>
44+
<h2 id="english">English Section</h2>
45+
<p>This document demonstrates multilingual content in HTML using UTF-8 encoding. You can mix English, German, and Russian in the same page.</p>
4846

49-
<h2 id="features">🧰 Features</h2>
47+
<h2 id="german">Deutscher Abschnitt</h2>
48+
<p>Dieses Dokument zeigt mehrsprachige Inhalte in HTML mit UTF-8-Kodierung. Sie können Englisch, Deutsch und Russisch auf derselben Seite verwenden.</p>
5049
<ul>
51-
<li>✅ Easy to read</li>
52-
<li>🎯 Clear structure</li>
53-
<li>🌍 Supports multilingual content</li>
54-
<li>🔠 Uses Unicode characters</li>
50+
<li>Zeichen wie ä, ö, ü, ß werden korrekt angezeigt.</li>
51+
<li>Unterstützt auch deutsche Umlaute.</li>
5552
</ul>
5653

57-
<h2 id="installation">⚙️ Installation</h2>
58-
<p>Just open this HTML file in a modern web browser. No additional tools required.</p>
59-
60-
<h2 id="usage">📝 Usage</h2>
61-
<p>You can copy and paste Unicode characters from websites like <a href="https://unicode-table.com/en/">unicode-table.com</a> or use emoji keyboards on your OS.</p>
62-
63-
<h2 id="contact">📞 Contact</h2>
64-
<p>For more information, email us at: <a href="mailto:info@example.com">info@example.com</a></p>
54+
<h2 id="russian">Русский раздел</h2>
55+
<p>Этот документ демонстрирует мультиязычное содержимое в HTML с использованием кодировки UTF-8. Вы можете использовать английский, немецкий и русский языки на одной странице.</p>
56+
<ul>
57+
<li>Кириллические символы отображаются правильно.</li>
58+
<li>Полная поддержка русского алфавита.</li>
59+
</ul>
6560

6661
</body>
6762
</html>

0 commit comments

Comments
 (0)