• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Switching to ASP.net?

Shiny Grimer

Active member
Pronoun
she/her, they/them
So, I switched my site to ASP because I saw this neat breadcrump ASP script which I was going to do with HTML but was much easier with ASP.

The problem is that all of the pages on my site using non-ASCII characters don't display properly.

For example, I get this "(Die Legende vom Äonentor)" instead of "Die Legende vom Äonentor". I can't use UTF-8, and none of the other encodings work (I want to use UTF-8, anyway). With ASP.net, I could use UTF-8 and still keep all the functions of my site.

The problem is the breadcrumb script. It doesn't work in ASP.net.
So, I was wondering, how could I make the script into ASP.net? I have various books on ASP.net, but I'm not advanced enough to know how to code this.

On the other hand, if anyone knows of how to use UTF-8 with ASP pages, I'd be eternally grateful. :3

The code is here.
 
UTF-8 should work normally with ASP. How are you encoding it/declaring that encoding?

It seems that I've made an error with the ASP. I didn't mention that it should be UTF-8. I've made the change and it works swimmingly now. Thanks.
 
Back
Top Bottom