View Single Post
Old 04-24-2008, 12:20 PM   #483
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
I will do a new release in a couple of days. I have added possibility to set language and description and will add setting of subjects. I will probably also add an imageresize flag in spite of my opinion about this... Anything else simple I should add when I am looking at the code?

Concerning language setting. Now you can set all languages if you specify the number for it. I also have in my code:
Code:
my %langmap = ("en-us" => 0x0409,
               "sv"    => 0x041d,
               "fi"    => 0x000b,
               "en"    => 0x0009,
               "en-gb" => 0x0809);
If peole wanting to use this give me the line for your language I will add it here. Or give me a pointer to a list of this mapping. The ides was that the string is what is specified in the opf file.
tompe is offline   Reply With Quote