View Single Post
Old 03-01-2015, 06:32 PM   #474
waterqds
Member
waterqds began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2015
Device: Kindle Touch
Mobi2mobi with mobiperl for GBK system encoding

The attached is the Mobi2mobiGUI with mobiperl for GBK system encoding.

You can change the mobi2mibi.pl to make it work with other system encoding. Just change the line my $system_encoding = "gbk";

You have to install Perl for Windows and needed modules.
Encode; # also install Encode submodule for your system
Palm::PDB;
Palm:: Doc;
Date::Format; # for ctime call
Getopt::Mixed;
Image::Size; # Used to recognize the first record that is an image

Good luck.
Attached Files
File Type: zip mobi2mobiGUI.zip (96.0 KB, 1065 views)
waterqds is offline   Reply With Quote