Hello 

I test now more netsurf SDL Port.it work stable but there are problems that
maybe only small, or not, to get the most important features working good.

I dont know if this happen only on amigaos Port and work on other SDL Ports.

netsurf dont crash system and work after longer use stable without random
crashes, only pages bring reproducable display errors, some i have report
in Bugs(Bernd_afa).Some i write here, maybe the Programmer of the SDL Port
can say more to this.

We compile with -O3 and it get much more speed in libhubbub and netsurf
code.but the problems seem no optimzer problems. 

--

when scroll full down on a site that have for example 500 lines and then
press the back button to show a page that have only 40 lines.Then is
nothing show.seem cursor pos is not set back to show page at line 0.only
when press long time cursor up, then something is show.

--

there is no cursor show in textinput fields

--

when add a internet address and press return, the new page is load, when
then press cursor to scroll the page, wired chars are then show in page
string gadget.i think after press return, the input gadget should leave.

--

the Text input in a Page show no text during type when the page is scroll
before.
it work only when the page is in top left position.

--

I see internal font use CP437.
this codepage support very few languages and was the problem that first
amiga OS port show no text with internal font.
the libiconv on amiga OS 68k have no CP437.

Artur have change to codepage
CP1250 and he notice by rearanging font data, this support polish.I think
its a good idea to use 1250.

Is there a reason to stay on CP437 ?

in font8*16.this is line now

.encoding = "CP1250", //CP437

what CP1250 can do, you see here.

http://en.wikipedia.org/wiki/Windows-1250

"""""

Windows-1250 is a code page used under Microsoft Windows to represent texts
in Central European and Eastern European languages that use Latin script,
such as Polish, Czech, Slovak, Hungarian, Slovene, Bosnian, Croatian,
Serbian (Latin script), Romanian and Albanian. It may also be used with the
German language; German-language texts encoded with Windows-1250 and
Windows-1252 are identical.

In modern applications UTF-8 or UTF-16 is a preferred encoding.

Windows-1250 is similar to ISO-8859-2 and has all the printable characters
it has and more. However 
"""""



Regards


Reply via email to