I have an issue with encoding.
Take the following spanish word: niño
When I include it in a filename, when outputted on screen it gets outputted as: ni%c3%b1o
How can I encode or do necessary so that niño is outputted in the html? I develop in .net c#.
this page has a list of encodes for non standard IE not English characters. In general you can use the character code value of the character perpended by &#(x)