(Nettalk 5.45.)
I have problems with French characters (like "bébé" or "garçon").
A GET of a normal HTML page works OK.
But my Ajax calls translate the é, ç, ... to some weird characters.
When I change NetWeb.clw as follows, it works.
But of course, I don't want to change the NetWeb.clw source.
I tried several overrides in several embeds (eg CreateHeader, ParseHTML, ...), no result.
Anybody an idea.
ParseHTML
If self.RequestAjax = 1
self.ReplyContentType = 'text/xml; charset=iso-8859-1'
! this was the original ==> - self.ReplyContentType = 'text/xml'
end
regards
Patrick De Laet