Yod4z said:
I have loaded for the first time and done some quick test, i found problems that don't have to do with UTF-8 support. The config screen just print black page. When i press A button, i came to the (audio)player. After reload no problem. It seem to have to do with Linux support, with greader.cfg (created by Greader) and Greader.cfg (default one). To don't have this problem you have to rename your Greader.cfg in greader.cfg.
There are lots of changes still going on with this release, and yeah, I screwed up on the naming of the CFG file I sent you guys. It should be all lower case. Sorry about that.
I wouldn't rely on the built in config routines at the moment either, they're still under construction. most of the changes you make still need a restart to take effect, and not all config entries are working.
Yod4z said:
It would be great to have access to end or begening of file with one button (one press go to the begening, another press go to the end).
That's planned, but as we're running out of buttons, it's not there until support for "shifted" keys is working (the idea is you can assign something like X+JoyDown as Go to End and you then have to press both keys to perform the action) That isn't even in the version you guys have, it is in the CVS version I'm working on, but is still quite flaky.
Yod4z said:
The audio player search from where? is this working?
There is a config option (AudioBase) which points to a directory with MP3 or OGG files, that option isn't in the config I sent you, but you can add it manually if you want.
Yod4z said:
In MenuFontSize in the botom of the scren it said Exit=abandon en Select = accept ? for the default config B is accept and START abandon.
You mean the wording is ambiguous? OK, I can do a lookup and put the actual keys you've chosen instead of "Select" and "Exit"
Yod4z said:
I think L/R and Y/X function are inverted in default config. R and X must be page down and L and Y must be page up.
That's possible, I've just changed toolchains from the official SDK to devkitGP2X, and there are apparently differences in the keys. I'll figure out the differences and do a new config with sensible defaults before the next release.
Yod4z said:
It don't display background image.
I'm surprised at that, background images have been working for quite a while and, yep just checked and they still do. You need the image to be a JPG or PNG file and it has to exist in the same directory as the program.
I know the config I sent you has Background="bluebg.jpg" in it but I didn't send the bluebg.jpg file in the archive. Have you copied this file over and tried?
Also if you've changed the background image using the built in config routines, you have to exit and restart for it to pick up the new setting. As I said, this is a work in progress, the only bit that is really ready for testing is the UTF-8 stuff, and even that is likely to have major bugs.
Yod4z said:
------------------------------------
the word "était" is displayed a square with "it" and many other thing like this.
I use
this ebook in UTF-8 format and use
this font. It seem, it don't use the font i configured for MainFont=
OK, this is interesting, the file is actually saved as ANSI encoded rather than UTF-8 (yes I know it says it's UTF-8 on the Gutenburg website) if you convert it to UTF-8 it works fine.
To convert it on windows (sorry I'm not near a linux machine to check on there) load the file into notepad and select File/Save As, at the bottom of the dialog that pops up, select UTF-8 under encoding. Save the file and it should work OK.
Cheers,
Coder.
Edit: Just checked, you can set the encoding of a document in Kate on linux. It's in the Save As dialog, at the top right. Just next to the Directory dropdown.