|  12-18-2014, 08:10 PM | #346 | 
| Force-Aware Elf            Posts: 4,762 Karma: 11557898 Join Date: Feb 2014 Location: Valinor Device: Kindle 4 w/SO | 
			
			Not sure how the k3 is, but on my kindle all you do is install usbnet via NiLuJe's package and use putty/kitty to ssh or telnet into the kindle.
		 | 
|   |   | 
|  12-11-2015, 07:19 PM | #347 | 
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | 
			
			hi,  when i use Librerator to read chinese formatted texts, i've noticed documents with .htm and .chm format aren't displayed correctly. characters are all messed up. | 
|   |   | 
| Advert | |
|  | 
|  12-11-2015, 07:21 PM | #348 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | |
|   |   | 
|  12-11-2015, 09:18 PM | #349 | 
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | 
			
			 htm/chm documents don't display chinese characters properly.  it's limited to Librerator only: if i change the extenstion from .htm to .txt.  Kindle native reader can read it without problem, while in librerator, it's still the same garbage characters. first shot from librerator second from kindle reader | 
|   |   | 
|  12-12-2015, 06:14 AM | #350 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			Different font files. See if you can get Librerator to use the same font file as the native reader. From the first post of this thread: Quote: 
 Last edited by knc1; 12-12-2015 at 08:49 AM. | |
|   |   | 
| Advert | |
|  | 
|  12-12-2015, 10:44 AM | #351 | 
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | 
			
			i have 'kindle font hack' installed on the k4NT.  both kindle and librerator were set to use 'Droid sans fallback'.  I've tried using other Chinese fonts in librerator, i.e.  MSYH, wenquanyi micro, to no avail.
		 | 
|   |   | 
|  12-12-2015, 10:55 AM | #352 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 Specifically, check Librerator's font selections in the Librerator configuration. Those will over-ride anything else you set, anywhere. | |
|   |   | 
|  12-12-2015, 11:07 AM | #353 | 
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | 
			
			double checked, yes, the librerator's font was set to 'droid san fallback'.   other files i have on the kindle in .txt, mobi, epub format can display chinese characters correctly, the issue are with .htm/.chm files.
		 | 
|   |   | 
|  12-12-2015, 12:39 PM | #354 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | |
|   |   | 
|  12-12-2015, 02:02 PM | #355 | 
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | |
|   |   | 
|  12-12-2015, 04:28 PM | #356 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			*.htm == *.html I suppose you can just use a text editor same as any other web page. | 
|   |   | 
|  12-12-2015, 05:05 PM | #357 | 
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | 
			
			of course i could do that.   but i'm more interested in getting an answer regarding the original question, maybe from OP if he's still around. it looks like librerator does some processing on the htm/chm formatted file and causes error on the display of unicode document other than english. | 
|   |   | 
|  12-12-2015, 05:33 PM | #358 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 It is the question I am trying to get you to research. **IT IS** the selection of the font file to use in the display of the book. Your answers so far make having font over-rides in the documents themselves the likely problem. So look, and tell us what you find. | |
|   |   | 
|  12-12-2015, 11:39 PM | #359 | |
| Enthusiast  Posts: 40 Karma: 10 Join Date: Dec 2015 Device: k4, Kobo Clara, Kobo Libra 2 | Quote: 
 pardon me, i didn't understand what override font is, whether it's a librerator setting's or the .htm document's issue. since i couldn't find any override font setting in librerator, i assume it's the webpage setting. here's the beginning of source page for the .htm file i downloaded from web. it seems to indicate font: 11pt '宋体' as the override font, correct? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=gb2312"> <STYLE type='text/css'> <!-- a{text-transform: none; text-decoration: none;} a:hover {color: #FF0000; text-decoration: underline} td { font: 11pt '宋体'} --> pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ width:998px; overflow:hidden; line-height:20px; } </STYLE> <title>留园网-纹面(55、56、57、58、59) -6park.com</title> <meta name="Keywords" content=""> <meta name="Description" content="纹面(55、56、57、58、59)"> </head> <body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#ffffff'> <div class="body_center" id="head_ad"> <center><script language="JavaScript"> | |
|   |   | 
|  12-13-2015, 05:33 AM | #360 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			Yes, at least for table data. Here is most likely the problem: charset=gb2312 That is Microsoft's (two byte) idea of the National Standard character set (which is not unicode, its row&column of the unicode, code block). Ref: https://en.wikipedia.org/wiki/GB_2312 http://www.herongyang.com/Unicode/GB...acter-Set.html Perhaps you can find a tool that will re-code that document into something other than Chinese Windows coding. | 
|   |   | 
|  | 
| Tags | 
| application, epub, fb2, pdf, reader | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Multi format 'Add' help | fixit4u | Library Management | 1 | 04-21-2012 10:54 AM | 
| I have a Kindle, can I order books other than Multi-format | chilady1 | Amazon Kindle | 3 | 01-19-2010 04:46 PM | 
| fictionwise multi-format... except .mobi | demoric | Amazon Kindle | 4 | 10-02-2009 12:05 PM | 
| Multi-format Reader | theplotthickens | Which one should I buy? | 5 | 05-04-2009 03:19 AM | 
| Master Format for multi-format eBook Generation? | cerement | Workshop | 43 | 04-01-2009 12:00 PM |