I've a little trouble with validation messages and accented Characters (like "è" , "à", "ò" and other). If the validation message in my model contains one of the accented characters, no message was displayed :-(
I tried to use "è
" instead of "è" and the message was displayed BUT the "è
" isn't converted in "è" , so the message looks like "Il nome è obbligatiorio" (italian sentence that means "Name is required").
Have you idea of how I can solve this?