Dear support,
During testing, I found that line feed (\n) and carriage return(\r) can't be preserved after translation. \r\n works, which makes sense to me, too. Although it might sound stupid but newline (this case has to bee CRLF) is my delimiter to concatenate hundreds of entries, and split text to boost performance, and my balance is consumed quickly by the additional character... I found paying for such characters not worth it, but can't sacrifice performance either.
Just curious if there's better solution for this? This is just my personal inquiry, and there's no problem about Translator API at all. :) Thanks very much ahead.
Best Regards,
Lynn