in reply to Re: Using CGI::Ajax for multiple form buttons/divs simultaneously
in thread Using CGI::Ajax for multiple form buttons/divs simultaneously
I'm discovering that it's more complicated for me than perhaps for some others on account of UTF8 encoding issues. I need to decode text coming in from the form, but with the AJAX apparently connecting to just the specified function/subroutine from the perl script, even the initial "my/our" variable declarations seem to be bypassed on the callback, and the code ends up trying to decode the UTF8 characters twice--which either results in an error message, or (without decoding), text that is incorrectly displayed. I wish I understood exactly what the AJAX is doing and/or needing to do in terms of following the code.
I still seem to be no further along than I was at the start. However, I may have to run some experiments on text using pure English….so much for being a polyglot!
Blessings,
~Polyglot~
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using CGI::Ajax for multiple form buttons/divs simultaneously
by dsheroh (Monsignor) on Mar 20, 2018 at 11:04 UTC | |
by Polyglot (Chaplain) on Mar 21, 2018 at 03:31 UTC | |
|
Re^3: Using CGI::Ajax for multiple form buttons/divs simultaneously
by marto (Cardinal) on Mar 20, 2018 at 11:13 UTC |