Hello!
I'm trying to import the following html using XHTMLImporter but the unicode characters appear as small squares.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
</head>
<body>
<h4>Questions</h4>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>
<h6>Variable Name</h6>
</th>
<th>
<h6>Question Text</h6>
</th>
<th>
<h6>Saved Value</h6>
</th>
</tr>
</thead>
<tbody>
<tr class="gray">
<td>satisfy</td>
<td>Do you agree?</td>
<td>
<table class="table table-bordered table-condensed">
<tr>
<td>1</td>
<td>पूरी तरह से सहमत</td>
</tr>
<tr>
<td>2</td>
<td>पूरी तरह से असहमत</td> ...