-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.51 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<title>UnicodeCleaner: Overview</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/style.css">
<body>
<div class="w3-container w3-flat-belize-hole">
<h2>UnicodeCleaner - Overview</h2>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="setup_database_connection.html">DB Connection</a></li>
<li><a href="select_table_column.html">Select Table & Column</a></li>
<li><a href="clean_iconv.html">Clean by Iconv</a></li>
<li><a href="clean_translation_table.html">Clean by Translation Table</a></li>
</ul>
<p>UnicodeCleaner will clean the misinterpreted characters in your database table. </p>
<p>Steps: </p>
<ul class="steps">
<li><a href="setup_database_connection.html">Set-up database connection</a></li>
<li><a href="select_table_column.html">Select table and column</a></li>
<li>Select encoding</li>
<li>Reinterpret</li>
</ul>
<p> </p>
</div>
<div id="loader"></div>
<p id="result"></p>
<p id="pagination"></p>
<div id="datatable">
<table>
</table>
</div>
</body>
</html>