[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 61500] quickstart sets wrong charset
From:       Mantia Andras <amantia () freemail ! hu>
Date:       2003-07-21 21:12:02
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=61500     
amantia@freemail.hu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From amantia@freemail.hu  2003-07-21 23:12 -------
Subject: QUANTA_3_1_BRANCH: quanta

CVS commit by amantia: 

Don't insert the meta line with charset in the document when using QuickStart. This \
is a quick-fix, as in the CVS version we will have a new QuickStart generator.

CCMAIL: 61500-done@bugs.kde.org


  M +2 -0      ChangeLog   1.90.2.87
  M +1 -3      quanta/quantaview_slots.cpp   1.66.2.9


--- quanta/quanta/quantaview_slots.cpp  #1.66.2.8:1.66.2.9
@@ -250,5 +250,4 @@ void QuantaView::slotTagQuickStart(){
   if ( quickDlg->exec() )
    {
-    const QString chset = QTextCodec::codecForLocale()->mimeName();
 
     DTDStruct *dtd = write()->defaultDTD();
@@ -258,6 +257,5 @@ void QuantaView::slotTagQuickStart(){
                         tag += quickDlg->lineTitle->text();
     tag += QuantaCommon::tagCase("</title>\n")+space+
-           "  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=" + \
                chset + "\">\n"+
-           space+"  <meta name=\"GENERATOR\" content=\"Quanta Plus\">\n"+space+
+           "  <meta name=\"GENERATOR\" content=\"Quanta Plus\">\n"+space+
            QuantaCommon::tagCase("</head>\n")+space+QuantaCommon::tagCase("<body");
     if ( !QString(quickDlg->lineBGImage->text()).isEmpty())

--- quanta/ChangeLog  #1.90.2.86:1.90.2.87
@@ -4,4 +4,6 @@
   - bugfixes:
     - resolve symlinks before opening a file [#60860]
+    - don't insert the "<meta http-equiv="Content-Type" content="text/html; \
charset=..." +      line when using the Quick Start dialog [#61500]
     - fix message window handling
     - fix script action error output handling


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic