Coolite unterminated String constant error Solution

Source: Internet
Author: User

Coolite that just passed my local testProgramWhen copying data to another program, the unterminated String constant error occurs.

This error is generally caused by encoding. So I changed the encoding of the current page. Added

< Meta HTTP-equiv = "Content-Type" Content = "Text/html; charset = gb2312" >  

The problem persists. After searching for a long time, I decided to turn off the global language in Web. config.

< System . Web >
< Globalization Fileencoding = "Gb2312" Requestencoding = "Gb2312" Responseencoding = "Gb2312" Culture = "ZH-CN" />
</ System. Web >

I did not expect the problem to be solved.

 

However, when the above configuration is removed, garbled characters may occur when the usercontrol page is used. Finally, set the coolite page to the specified encoding. The configuration is as follows:

Code <! -- Encoding of a page -->
< Location Path = "Helpdesk/require/rqiapplywindow. aspx"   >
< System . Web >
< Globalization Fileencoding = "Gb2312" Requestencoding = "Gb2312" Responseencoding = "UTF-8" Culture = "ZH-CN" />
</ System. Web >
</ Location >

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.