Hello m0n0
On 01.07.10, you wrote:
see the sources of the amiga OS version in aminet, there is support for
diffrent languages in.also
in libnsfb sdl.c
the table need update and SDL need work in unicode mode.I think this code can
work always on every
system.
SDL_EnableUNICODE(true);
i send you the link some time before from aminet, currently it not work
www.aminet.net
here you need search for netsurf
BTW: not that you test arstechnica site anymore with your MINT Version, Artur
compile newest source
and he tell it work now.
maybe you compile this version and it work better for Mint users ?
i need only do a log, too bad that netsurf use stderr for log output and not
stdout.
most amiga users have no Unix shell and corresponding files install(its called
geek Gadgets) to do
that.
maybe there can add a option to use stdout ?
Or __AMIGAOS__ can add to this code.I think amiga OS4 have same Problem and the
define work on all
amigaos(i hope)
#if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__) || \
defined(__OpenBSD__) || defined(_WIN32))
stdout = stderr;
#endif
>
> Hello to the list,
>
> I was trying to utilise Shift-key for the framebuffer URL input widget.
> Then I figured out that an static translation table is used by
> fbtk_keycode_to_ucs4() ... Is there any wish on how to change that?
>
> My first idea was an mapping file which could be placed into the .netsurf
> directory. What do you think about it?
>
> I think making this dynamic is important, because with german keyboards
> you aren't able to enter ":" - which is really needed for entering urls
> which begin with https:// ... - I believe there are more languages which
> aren't able to input ":" with that static table...
>
> Greets,
> Ole
Regards