Polish diacritics - not working

Hello,
version 1.7 not suppored all polish diacritics in input fields (trident):
alt+n -> should insert ń
alt+a -> should insert ą

There is some solution? I remember on the old forum there was some answer.
Thanks, regards.

Yes, set the global variable “'notransacc” to “1”.
See http://www.exeoutput.com/help/globalvariables for more info about global variables.

Great thanks :smile:
PHP solution:

<?php 
       exo_setglobalvariable('notransacc', 1,true);
?>