views:

277

answers:

2

Hello,

I have a Web application using asp.net MVC (c#). When generate a View from a controller, characters like ñ appears without any problems. But when run debugger mode the page doesn't display this characters and show me this: Compañía > Crear

Appreciate any help

Regards

A: 

This sounds like a debugger problem. There's nothing special about "ñ". It's a normal Unicode string.

John Saunders
A: 

Hi John,

Thanks for your answer. Where i can change debugger options?

Regards