Zhimeng dedecms V5.7 utf8 Ckeditor editor There is a "multi map release" button, but when the mouse is over the button, the prompt text is garbled, as shown below:

 When the mouse is over the button, the prompt text is garbled

However, the Zhimeng gbk version is normal. In fact, it is simple to solve this problem. The appearance of this garbled code indicates that the file that should have been utf8 is now gbk, which is a file coding problem. Just find the file that the ckeditor editor controls the multi map release button, and change the file from gbk code to utf.

The following are the specific operation steps.

1. First, use the dreamweaver editor to open the includeckeditorpluginsmultiplicplugin.js file in the root directory of the website.

2. Click "Modify" in the navigation bar - page properties (or press the shortcut key Ctrl+J). In the opened page properties window, select the document code as utf-8, as shown in the following figure:

 Select the document code as utf-8

3. After the modification is completed, save it. Then clear the browser cache and log in to the background again. You can find that the prompted text is normal!

Post reply

Can't comment until