Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Encoding Issues
I'm POSTing Data to a Suitelet via JQuery's ajax method. The issue is something to do with encoding/charset with regards to characters.
Specifically, I'm submitting French characters, and the are being convert to Fr�nch �haracters when they reach Netsuite.
Every file is UTF-8, and submission is UTF-8.
The posted data is serialized to Fr%C3%A9nch+%C3%A7haracters (not entirely sure why there's a '+' and not %20) ... and when it hits the Suitelet, its already converted to �
Any and all help would be greatly appreciated.
:h_a_w: