O orakel New member May 21, 2015 #1 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.
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.
gdgsupport Support Staff member May 22, 2015 #2 Yes, set the global variable “'notransacc” to “1”. See http://www.exeoutput.com/help/globalvariables for more info about global variables.
Yes, set the global variable “'notransacc” to “1”. See http://www.exeoutput.com/help/globalvariables for more info about global variables.
O orakel New member May 26, 2015 #3 Great thanks PHP solution: Code: <?php exo_setglobalvariable('notransacc', 1,true); ?>