In PageHeaderTag I have following to show information about logged-in customer:
packet.SetValue(' <strong>Sælger: ' & clip(p_web.GSV('SaelgerNavn')) & '</strong>'& p_web.CRLF )
do SendPacket
But the non ASCII characters does not come out right.
I am using UTF8 / Scandnavian character and the information read and saved from database is correct.
Any clues ?
Cheers
/Poul