Changeset 2123 for FCKeditor/branches/features/new_samples/editor/filemanager/connectors/asp/basexml.asp
- Timestamp:
- 2008-06-24 12:06:29 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/new_samples/editor/filemanager/connectors/asp/basexml.asp
r1565 r2123 31 31 32 32 ' Set the response format. 33 Response.CodePage = 65001 33 34 Response.CharSet = "UTF-8" 34 35 Response.ContentType = "text/xml"