Date:  11/30/2002 05:44:01 PM Msg ID:  001040
From:  FoxWeb Support Thread:  001028
Subject:  Re: change codepage from BIG5 to UTF-8
FoxWeb uses the native VFP engine, so you can take advantage of all VFP functionality, including code-page-related commands and functions.  For details on how to work with code pages in VFP, please refer to the VFP documentation.
 
FoxWeb does not currently support the ability to set a persistent code page for a user session, but you can duplicate the same functionality by storing the code page setting in a session variable and setting the code page accordingly in fw_enter.prg.

FoxWeb Support Team
support@foxweb.com email

Sent by Faith on 11/26/2002 10:28:00 PM:
In ASP, you can change codepage from BIG5 to UTF-8 by writing the script:
 
session.codepage=65001
 
How do I change my codepage in FoxWeb program?