We have receiving orders from France. As we all kn...
# general
s
We have receiving orders from France. As we all know French has differents 'symbol'. It cause us problems. What is the trick to handle that ?
s
It shouldn't cause an issue. How is it affecting you, is it on csv imports?
s
It is, look
message has been deleted
more example
message has been deleted
It's on the sales order, ship tab
s
How did the data get into the system?
s
using netsuite transaction Sales Order
s
are they copying and pasting the data?
I've never had an issue with special characters in NetSuite but it's possible that it's caused by the field type for that field in particular especially if it isn;t happening with data in other fields
j
Did you import the ship addresses with CSV import? Maybe you forgot to select ”Unicode” when you did the imported. A choice in the first step when you select file to import
s
^^ This. Check the encoding - keep everything in UTF-8
s
Thanks