On 05/31/2018 06:43 AM, Tim Selander via use-livecode wrote:
Is there any way to get LC Server to handle double-byte characters the
same way LC desktop does?
Tim Selander
Tokyo, Japan
LC Server serves pages with a default "Content-Type" header of:
Content-Type: text/html; charset=iso-8859-1
That would prevent the display of Japanese characters.
Try putting:
put header "Content-Type: text/html; charset=utf-8"
at the top of your lc pages after the <?lc and before any other content.
See if this solves your problem.
Good luck,
Warren
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode