Hi guys,
Of course I know of UrlEncode, but I noticed the Dynamicweb Url handler interprets ë, ö, etc and converts them in readable variations of that character in stead of %3cwhatever encoding.
I need to auto generate sub domain bindings based on strings and was wondering if whatever functionality is handling the interpretation of these characters is accessable through the dynamicweb dlls ...
I already filtered all common keybord chars by regex and do an urlencode at the end to be sure i have a valid subdomain.
But I'm stuck with these characters which must be so common for you guys up north ... They get terriblyuglified by the encoding ...
Any tips?
Greetings, Peter.