I have built a mobile application in J2ME and it reads data from a website.
In WTK (wireless toolkit) everything works now, but when I test the samen app on my mobile (nokia) device, it behaves differently:
It gives another type of html back: it doesn't show a <hr>
tag, but a <hr/>
tag.
There is a possibility that the remote website i'm trying to read behaves differently for different clients, but I assume this is not the case.
What can this be? Different encoding types for each client or so? I'm not familiar with this.