-
Problems with encoding while fetching data
Hi everyone, I’m fetching data from database with curl (system.callSystem), and data encoding is UTF-8. When I fetch data it returns wrong data. For example, correct should be: ‘Aïn Beïda’ but it returns ‘Aïn Beïda’. I tried fetching same exact command in terminal and the encoding is correct, seems like extendscript is doing something weird. Any ideas? Thanks!