Hi,
I'm always having this issue and never got solved it... Everyone says it easy but can someone give me a clear solution... Without "google is your friend" cause I googled for it like months without any results...
So: I'm trying to read with ASP.NET an lfs config file. But where there are "special" chars in the hostname it displays -> � instead of •
I tried to add:
But offcourse doesn't help... Does anyone know how to fix this once and for all?
I'm always having this issue and never got solved it... Everyone says it easy but can someone give me a clear solution... Without "google is your friend" cause I googled for it like months without any results...
So: I'm trying to read with ASP.NET an lfs config file. But where there are "special" chars in the hostname it displays -> � instead of •
I tried to add:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
But offcourse doesn't help... Does anyone know how to fix this once and for all?