Changeset 2058

Show
Ignore:
Timestamp:
2008-06-12 11:49:31 (21 months ago)
Author:
w.olchawa
Message:

Added the codepage to basexml file.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/connectors/asp/basexml.asp

    r1565 r2058  
    3131 
    3232        ' Set the response format. 
     33        Response.CodePage               = 65001 
    3334        Response.CharSet                = "UTF-8" 
    3435        Response.ContentType    = "text/xml" 
  • FCKeditor/trunk/_whatsnew.html

    r2057 r2058  
    247247                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added missing 
    248248                        translations in Italian language file.</li> 
     249                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2096">#2096</a>] Added the  
     250                        codepage to basexml file. Filenames with special chars should now display properly.</li> 
    249251        </ul> 
    250252        <h3>