added wxHTML i18n demonstration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
19
samples/html/test/cp1250.htm
Normal file
19
samples/html/test/cp1250.htm
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
|
||||
<title>CP1250 document</title>
|
||||
</head>
|
||||
<body>
|
||||
Hi, this document is encoded in CP1250:
|
||||
<p>
|
||||
<b>P<EFBFBD><EFBFBD>li<EFBFBD> <20>lu<6C>ou<6F>k<EFBFBD> k<><6B> <20>p<EFBFBD>l <20><>belsk<73> <20>dy.</b>
|
||||
<p>
|
||||
And now in forced arial face:
|
||||
<p><font face="Arial,arial">
|
||||
<b>P<EFBFBD><EFBFBD>li<EFBFBD> <20>lu<6C>ou<6F>k<EFBFBD> k<><6B> <20>p<EFBFBD>l <20><>belsk<73> <20>dy.</b>
|
||||
</font>
|
||||
<p>
|
||||
The sentence above should look like this:
|
||||
<p align=center><img src="i18n.gif">
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user