| 
			
			 | 
		#46 | 
| 
			
			
			
			 Kindlephilia 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,017 
				Karma: 1139255 
				Join Date: Nov 2007 
				Location: Snowpacolypse 2010 
				
				
				Device: Too many to count 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			If you use 7zip you don't need to rename the epub to zip. This may work with winzip but I use 7zip.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#47 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 33 
				Karma: 30 
				Join Date: May 2010 
				
				
				
				Device: kobo, kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 This is the link of the Chinese font embedded epub that I tried that didn't work, can someone who has a clue with it please check it out and let me know what's wrong??  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#48 | |
| 
			
			
			
			 Member 
			
			![]() Posts: 18 
				Karma: 10 
				Join Date: Dec 2009 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Last edited by chalimac; 05-12-2010 at 02:57 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#49 | |
| 
			
			
			
			 Member 
			
			![]() Posts: 18 
				Karma: 10 
				Join Date: Dec 2009 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 http://ifile.it/alz36e2 The problem might be the filename/metadata in chinese characters. This has the metadata in latin characters: http://ifile.it/6yqc4na Last edited by chalimac; 05-12-2010 at 10:23 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#50 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470 
				Karma: 13095790 
				Join Date: Aug 2007 
				Location: Grass Valley, CA 
				
				
				Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Dale.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#51 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 33 
				Karma: 30 
				Join Date: May 2010 
				
				
				
				Device: kobo, kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 They both worked! The first one's title doesn't display properly in the book list but the second one with metadata in latin characters displays fine. Could you please show me how did you do it? Thanks!!  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#52 | |
| 
			
			
			
			 Member 
			
			![]() Posts: 18 
				Karma: 10 
				Join Date: Dec 2009 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 1.Try simply renaming the epub you download from the site (embedded fonts version) to latin characters and see if this works. 2. If 1 does not work there is something wrong with the css or font the site uses. Do the following: - Download the epub with no fonts embedded version. - Rename the .epub to .zip. - Open it in winzip or winrar. - Open the file stylesheet.css in notepad and replace its content with: Code: 
	@font-face{font-family:"Droid Sans Fallback";font-style:normal;font-weight:normal;src:url(DroidSansFallback.ttf)}
body{margin-left:5%;margin-right:5%;margin-top:5%;margin-bottom:5%;font-family:"Droid Sans Fallback"}
p{text-indent:0.25in;margin-left:0;line-height:150%;margin-right:0;text-align:justify;margin-top:0;margin-bottom:0;font-family:"Droid Sans Fallback";font-size:100%}
.t1{font-size:1em}
- If you want the metadata in latin characters open the file content.opf and change the title and creator tags(in bold below) to something legible as in: Code: 
	<dc:title>BengKui</dc:title> <dc:creator>Li Ximin</dc:creator> It sounds complicated but there are only two key files in the epub the stylesheet.css pointing to a font and the font itself. Visit the epub forum for more info on embedding fonts.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#53 | 
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 33 
				Karma: 30 
				Join Date: May 2010 
				
				
				
				Device: kobo, kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thank you very much. I figured it out somehow by comparing the deferences in the files you edited for me and the original one. I edited some by myself and they worked out fine. Thank you again. I'm so happy with my kobo right now!
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#54 | 
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 156 
				Karma: 1003934 
				Join Date: Apr 2010 
				Location: Canada 
				
				
				Device: Nook Wifi 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Does the new firmware help with support of international fonts at all?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#55 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 99 
				Karma: 94636 
				Join Date: Jun 2010 
				
				
				
				Device: kobo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			With KoboBulkFixer (Option - Install Liberation font), we can have your kobo support other languages. 
		
	
		
		
			what we need to do is: 1) Replace the 4 ttf files in the KoboBulkFixer with fft file support your language, but have to keep the file name unchanged, that's: LiberationSerif-Bold.ttf, LiberationSerif-BoldItalic.ttf, LiberationSerif-Italic.ttf and LiberationSerif-Regular.ttf. 2) Run KoboBulkFixer with option "Install Liberation font" checked. note: if it doesn't show your language after the fixing, you need to check the epub file (unzip it), make sure the 4 .ttf files are in the same folder as the .css file. Attached is the Chinese version of the KoboBulkFixer. two Chinese font file can be selected: SofiaSans.ttf and DroidSansFallback.ttf. your can replace those 4 fft files with any of these two, currently, DroidSansFallback.ttf is in this <KoboBulkFixer_Chinese.zip> Last edited by fred_yu_job; 07-07-2010 at 03:12 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#56 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 7 
				Karma: 10 
				Join Date: Jun 2010 
				
				
				
				Device: KOBO 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi everyone,  
		
	
		
		
			Im trying to read this chinese book i downloaded as a HTML in GB2312. I first used Calibre to convert this into a epub. I then followed the instructions here to edit the CSS file of the epub as well as adding in the DroidsSansFallback.tff from the ebook that was in the fileit link into the epub via winrar. However, after loading up the edited epub on my kobo, i still get the ???? i have tried several different fonts that should display GB2312 fine but still get the same result. I have also tried the KoboBUlkFixer Chinese to the same effect of still getting the ??? i;ve attached the epub i created from the html. would appreciate any advice that anyone could give. thanks  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#57 | |
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 99 
				Karma: 94636 
				Join Date: Jun 2010 
				
				
				
				Device: kobo 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 changed it by: replace the file <stylesheet.css>, copied file <DroidSansFallback.ttf> into it. and it works. here is the original book; here is fixed one.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#58 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 7 
				Karma: 10 
				Join Date: Jun 2010 
				
				
				
				Device: KOBO 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks thanks! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I've realised it too when i downloaded the epub version of the book instead of the html files. Must be the encoding of the html files doesnt fit the fonts that i have tried to use it with. hmm... although i am still curious as to why i cannot get the fonts when i convert from html. for the time being before i solve the mystery i will just download the chinese books straight as epubs if i can.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#59 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 37 
				Karma: 41930 
				Join Date: May 2010 
				Location: Arlington, MA 
				
				
				Device: Kindle 3G, Kobo wifi 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Anyone manage to get the Asian fonts working on the Kobo yet?  I'm still waiting inline for firmware 1.9  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#60 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 31 
				Karma: 10 
				Join Date: Jan 2015 
				
				
				
				Device: Kobo Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 But 1other = *.htm, by using Outlook Express to write e-mail, then copy & paste Cyrillic & Greek to it, & then save as an *.htm file. (but it does not do the letters Nº 128 to 159.                                To view on Kobo chose Ryumin or Georgia typefaces.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| How can I read books in Russian or other languages on DX? | pashlit | Amazon Kindle | 6 | 01-02-2012 08:45 AM | 
| Read books in other languages | fred_yu_job | Kobo Reader | 0 | 07-07-2010 03:56 PM | 
| Books in Different Languages? | elite-fusion | Amazon Kindle | 4 | 12-08-2009 12:57 PM | 
| Forums in other languages? | leandroide | Feedback | 31 | 01-22-2008 12:46 PM | 
| Other languages? | irishjew | Sony Reader | 2 | 07-17-2007 04:30 PM |