I am using jquery datepicker which supports localization and masked input. My problem is specifically with french language and format 'd M, yy'. In french, short month names are as below: ['Jan','Fév','Mar','Avr','Mai','Jun','Jul','Aoû','Sep','Oct','Nov','Déc'].
I am not able to type accent characters for months Feb, Aug and Dec. All dates with other months can be typed properly. Even if I copy "Déc", I am not able to enter this value. Does anyone know how this can be solved?
Sample code in below link: