mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Use punycode to parse unicode characters correctly
This commit is contained in:
@ -4,11 +4,6 @@
|
||||
<title>Chinese text</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<script type="text/javascript" src="../../test.js"></script>
|
||||
<script>
|
||||
h2cOptions = {
|
||||
chinese: true
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.chn-text-block {
|
||||
width: 500px;
|
||||
@ -38,4 +33,4 @@
|
||||
</p><p> 〔14〕 见鲁迅《集外集·自嘲》(《鲁迅全集》第7卷,人民文学出版社1981年版,第147页)。</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user