This is a long shot but... I'm having trouble with...
# suitescript
m
This is a long shot but... I'm having trouble with encoding. Netsuite is sending
ö
to my Rails app which is interpreting it as
%u00F6
. Haven't had any luck googling for a way on properly parsing, anyone familiar with Rails/Netsuite encoding? Checking the type of encoding on the string in Rails I get UTF-8, which I think should be able to handle accented characters.