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

List:       kde-commits
Subject:    kdenetwork/kopete/protocols/oscar/oscarsocket
From:       Stefan Gehn <sgehn () gmx ! net>
Date:       2004-07-02 18:49:46
Message-ID: 20040702184946.46E892013 () office ! kde ! org
[Download RAW message or body]

CVS commit by metz: 

update rtf.ll with stuff from sim cvs


  M +5 -4      rtf.ll   1.2


--- kdenetwork/kopete/protocols/oscar/oscarsocket/rtf.ll  #1.1:1.2
@@ -167,4 +167,5 @@
            try to remove a yet-to-be-printed tag, and only if there are no
            yet-to-be-printed tags left, we start closing the tags we pop.
+           The tags have one space - needed for umlaute (öäü) and .utf8()
         */
         if (p->oTags.empty()){
@@ -174,14 +175,14 @@
             case TAG_BG_COLOR:
             case TAG_FONT_FAMILY:
-                p->PrintUnquoted("</span>");
+                p->PrintUnquoted(" </span>");
                 break;
             case TAG_BOLD:
-                p->PrintUnquoted("</b>");
+                p->PrintUnquoted(" </b>");
                 break;
             case TAG_ITALIC:
-                p->PrintUnquoted("</i>");
+                p->PrintUnquoted(" </i>");
                 break;
             case TAG_UNDERLINE:
-                p->PrintUnquoted("</u>");
+                p->PrintUnquoted(" </u>");
                 break;
             default:


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

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