Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Sony Reader > Sony Reader Dev Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 04-29-2011, 03:12 AM   #1
UchihaNaru
Connoisseur
UchihaNaru is on a distinguished road
 
Posts: 70
Karma: 64
Join Date: Sep 2009
Device: Astak Pocket Pro
Chinese on PRS350

Hi, my reader spoilt and I'm looking to buy a new one. PRS350 caught my eyes but it doesn't have chinese support. However, I have read about and there are ways where you can actually make it support chinese (汉化)

I wonder anyone in the forum has done it? If yes, can you please please help me see if my txt documents work? I only read chinese .txt files and if it doesn't work, it is obsolete!

I read somewhere that while it can be opened, the page numbers and all that are all screwed and one page doesn't lead properly to the next.

Help would be very very much appreciated!
UchihaNaru is offline   Reply With Quote
Old 04-29-2011, 05:44 AM   #2
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
What's the problem
There are 2 different sets of font in Sony PRS:

1) Used for LRF, TXT (RTF, but I wouldn't use RTF unless I'm forced to). TXT files should be UTF-8 encoded. (I think PDF viewer also uses those, never checked)
2) Used by EPUB viewer

Standard fonts DO NOT CONTAIN ANY ALPHABETS besides western european in standard firmware (PRS+ comes with Cyrillic, Georgian, Greek alphabets)


To change fonts for LRF/TXT you need
  1. custom firmware that allows to change fonts (PRS+, or one by boroda or one by amutin, any would do; there might be some Chinese CFWs in the wilds)
  2. fonts with glyphs of your interest, named (font names are not the same as file names!!!) as here
  3. simple shell script file that will replace standard fonts using linux's "mount --bind" command, say if your fonts are in /fonts in the root memory, the command will look like (what's "READER E:" for you, is /Data for the system, don't be confused):
    Code:
    mount --bind /Data/fonts /opt/sony/ebook/FONT

To change EPUB fonts you have several options
  1. Mess with particular CSS of particular book, to reference fonts in internal memory (could be shared across all EPUBs)
  2. Embed fonts into EPUB (could be a problem with Chinense, as fonts are huge)
  3. Install custom firmware (like PRS+ or by boroda or by amutin) and use your custom fonts in all EPUBs by default (no need to alter EPUB files). To do that you'll need to:
    1. install one of the mentioned CFWs
    2. create custom CSS file. The following sample CSS would reference the same fonts, as used by LRF/TXT/etc:
      Code:
      @font-face
      {
              font-family: sans-serif;
              src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
      }
      @font-face
      {
              font-family: serif;
              src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf);
      }
      @font-face
      {
              font-family: monospace;
              src:url(res:///opt/sony/ebook/FONT/tt0419m_.ttf);
      }
kartu is offline   Reply With Quote
Advert
Old 04-29-2011, 08:13 AM   #3
UchihaNaru
Connoisseur
UchihaNaru is on a distinguished road
 
Posts: 70
Karma: 64
Join Date: Sep 2009
Device: Astak Pocket Pro
looks really complicated considering im an IT idiot.. =X

But my main concern is just if, after tweeking everything, does the chinese .txt files come out proper..

Thanks anyway for the response
UchihaNaru is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-350 Chinese on PRS350 UchihaNaru Sony Reader 8 05-20-2011 04:32 PM
Sony PRS350 Conor Deals and Resources (No Self-Promotion or Affiliate Links) 2 03-15-2011 02:39 AM
Read Chinese books in Sony Reader PRS900 using Chinese Fonts PSL ePub 3 10-08-2010 08:11 AM
How to read chinese/unicode on prs350? davidnadon Sony Reader Dev Corner 0 09-27-2010 11:04 PM
Chinese Support : book name & fetching chinese webs tnzshn Calibre 12 05-02-2009 01:21 AM


All times are GMT -4. The time now is 11:33 PM.


MobileRead.com is a privately owned, operated and funded community.