<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>335339</bug_id>
          
          <creation_ts>2014-05-25 14:45:45 +0000</creation_ts>
          <short_desc>Line drawing chars minor problems</short_desc>
          <delta_ts>2014-05-30 13:21:39 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>konsole</product>
          <component>font</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Egmont Koblinger">egmont</reporter>
          <assigned_to name="Konsole Bugs">konsole-bugs-null</assigned_to>
          
          
          <cf_commitlink>http://commits.kde.org/konsole/455f0106b9e5faf9d3d67a4b0e9ea16881c3c311</cf_commitlink>
          <cf_versionfixedin>4.13.2</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1451037</commentid>
    <comment_count>0</comment_count>
    <who name="Egmont Koblinger">egmont</who>
    <bug_when>2014-05-25 14:45:45 +0000</bug_when>
    <thetext>Some line drawing characters (namely U+2532, U+2544, U+2546, U+2560, literal: ┲ ╄ ╆ ╠)  are defined incorrectly.
See attached patch.

Reproducible: Always

Steps to Reproduce:
(standing in konsole&apos;s source code) cat tests/boxes.txt and examine these characters, especially compared to the similar adjacent line drawing chars.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1451038</commentid>
    <comment_count>1</comment_count>
      <attachid>86817</attachid>
    <who name="Egmont Koblinger">egmont</who>
    <bug_when>2014-05-25 14:46:11 +0000</bug_when>
    <thetext>Created attachment 86817
fix</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1451039</commentid>
    <comment_count>2</comment_count>
    <who name="Egmont Koblinger">egmont</who>
    <bug_when>2014-05-25 14:48:31 +0000</bug_when>
    <thetext>(konsole&apos;s boxes.txt doesn&apos;t cover all these glyphs, use https://git.gnome.org/browse/vte/tree/doc/boxes.txt instead)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1451084</commentid>
    <comment_count>3</comment_count>
    <who name="Kurt Hindenburg">khindenburg</who>
    <bug_when>2014-05-25 23:03:50 +0000</bug_when>
    <thetext>Thanks  - it is hard to see some of these - I&apos;ll verify and commit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1451091</commentid>
    <comment_count>4</comment_count>
    <who name="Kurt Hindenburg">khindenburg</who>
    <bug_when>2014-05-25 23:57:38 +0000</bug_when>
    <thetext>Git commit 58d79e362498eed5dc5d68aabb38f4533de07c0a by Kurt Hindenburg.
Committed on 25/05/2014 at 23:54.
Pushed by hindenburg into branch &apos;master&apos;.

Correct line drawing characters U+2532, U+2544, U+2546, U+2560

Fix box lines - using kmag is a great help

Thanks to Egmont Koblinger egmont gmail com for report and patch
FIXED-IN: 4.13.2

M  +3    -3    src/LineFont.h
M  +4    -4    src/LineFont.src

http://commits.kde.org/konsole/58d79e362498eed5dc5d68aabb38f4533de07c0a</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1451093</commentid>
    <comment_count>5</comment_count>
    <who name="Kurt Hindenburg">khindenburg</who>
    <bug_when>2014-05-26 00:12:55 +0000</bug_when>
    <thetext>Git commit d430be741e2f1b996b5faad806c92e9ce1ee86bc by Kurt Hindenburg.
Committed on 25/05/2014 at 23:54.
Pushed by hindenburg into branch &apos;KDE/4.13&apos;.

Correct line drawing characters U+2532, U+2544, U+2546, U+2560

Fix box lines - using kmag is a great help

Thanks to Egmont Koblinger egmont gmail com for report and patch
FIXED-IN: 4.13.2
(cherry picked from commit 58d79e362498eed5dc5d68aabb38f4533de07c0a)

M  +3    -3    src/LineFont.h
M  +4    -4    src/LineFont.src

http://commits.kde.org/konsole/d430be741e2f1b996b5faad806c92e9ce1ee86bc</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1452127</commentid>
    <comment_count>6</comment_count>
    <who name="Kurt Hindenburg">khindenburg</who>
    <bug_when>2014-05-30 13:21:39 +0000</bug_when>
    <thetext>Git commit 455f0106b9e5faf9d3d67a4b0e9ea16881c3c311 by Kurt Hindenburg.
Committed on 25/05/2014 at 23:54.
Pushed by hindenburg into branch &apos;frameworks&apos;.

Correct line drawing characters U+2532, U+2544, U+2546, U+2560

Fix box lines - using kmag is a great help

Thanks to Egmont Koblinger egmont gmail com for report and patch
FIXED-IN: 4.13.2
(cherry picked from commit 58d79e362498eed5dc5d68aabb38f4533de07c0a)

M  +3    -3    src/LineFont.h
M  +4    -4    src/LineFont.src

http://commits.kde.org/konsole/455f0106b9e5faf9d3d67a4b0e9ea16881c3c311</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>86817</attachid>
            <date>2014-05-25 14:46:11 +0000</date>
            <delta_ts>2014-05-25 14:46:11 +0000</delta_ts>
            <desc>fix</desc>
            <filename>konsole-line-drawing.patch</filename>
            <type>text/plain</type>
            <size>2621</size>
            <attacher name="Egmont Koblinger">egmont</attacher>
            
              <data encoding="base64">ZGlmZiAtdTUgLXIga29uc29sZS00LjEzLjEub3JpZy9zcmMvTGluZUZvbnQuaCBrb25zb2xlLTQu
MTMuMS9zcmMvTGluZUZvbnQuaAotLS0ga29uc29sZS00LjEzLjEub3JpZy9zcmMvTGluZUZvbnQu
aAkyMDE0LTA1LTA3IDE1OjQ0OjA3LjAwMDAwMDAwMCArMDIwMAorKysga29uc29sZS00LjEzLjEv
c3JjL0xpbmVGb250LmgJMjAxNC0wNS0yNSAxNjozNjo1Ni45MTM1MTUwODggKzAyMDAKQEAgLTYs
MTYgKzYsMTYgQEAKIAkweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAw
MDAwLCAweDAwNDI3MDAwLCAweDAwNGU3MzgwLCAweDAwZTc3ODAwLCAweDAwZWY3YmMwLCAKIAkw
eDAwNDIxYzAwLCAweDAwNDM5Y2UwLCAweDAwZTczYzAwLCAweDAwZTdiZGUwLCAweDAwMDA3MDg0
LCAweDAwMGU3Mzg0LCAweDAwMDA3OWNlLCAweDAwMGY3YmNlLCAKIAkweDAwMDAxYzg0LCAweDAw
MDM5Y2U0LCAweDAwMDAzZGNlLCAweDAwMDdiZGVlLCAweDAwNDI3MDg0LCAweDAwNGU3Mzg0LCAw
eDAwNDI3OWNlLCAweDAwZTc3ODg0LCAKIAkweDAwZTc3OWNlLCAweDAwNGY3YmNlLCAweDAwZWY3
YmM0LCAweDAwZWY3YmNlLCAweDAwNDIxYzg0LCAweDAwNDM5Y2U0LCAweDAwNDIzZGNlLCAweDAw
ZTczYzg0LCAKIAkweDAwZTczZGNlLCAweDAwNDdiZGVlLCAweDAwZTdiZGU0LCAweDAwZTdiZGVl
LCAweDAwNDI3YzAwLCAweDAwNDNmY2UwLCAweDAwNGU3ZjgwLCAweDAwNGZmZmUwLCAKLQkweDAw
ZTc3YzAwLCAweDAwZTdmZGUwLCAweDAwNmY3ZmMwLCAweDAwZWZmZmUwLCAweDAwMDA3Yzg0LCAw
eDAwMDNmY2U0LCAweDAwMGU3Zjg0LCAweDAwMGZmZmU0LCAKKwkweDAwZTc3YzAwLCAweDAwZTdm
ZGUwLCAweDAwZWY3ZmMwLCAweDAwZWZmZmUwLCAweDAwMDA3Yzg0LCAweDAwMDNmY2U0LCAweDAw
MGU3Zjg0LCAweDAwMGZmZmU0LCAKIAkweDAwMDA3ZGNlLCAweDAwMDdmZGVlLCAweDAwMGY3ZmNl
LCAweDAwMGZmZmVlLCAweDAwNDI3Yzg0LCAweDAwNDNmY2U0LCAweDAwNGU3Zjg0LCAweDAwNGZm
ZmU0LCAKLQkweDAwNDI3ZGNlLCAweDAwZTc3Yzg0LCAweDAwZTc3ZGNlLCAweDAwNDdmZGVlLCAw
eDAwNGU3ZmNlLCAweDAwZTdmZGU0LCAweDAwZWY3Zjg0LCAweDAwNGZmZmVlLCAKKwkweDAwNDI3
ZGNlLCAweDAwZTc3Yzg0LCAweDAwZTc3ZGNlLCAweDAwNDdmZGVlLCAweDAwNGY3ZmNlLCAweDAw
ZTdmZGU0LCAweDAwZWY3ZmM0LCAweDAwNGZmZmVlLCAKIAkweDAwZWZmZmU0LCAweDAwZTdmZGVl
LCAweDAwZWY3ZmNlLCAweDAwZWZmZmVlLCAweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAw
MDAwLCAweDAwMDAwMDAwLCAKIAkweDAwMGY4M2UwLCAweDAwYTUyOTRhLCAweDAwNGUxMzgwLCAw
eDAwYTU3ODAwLCAweDAwYWQwYmMwLCAweDAwNDM5MGUwLCAweDAwYTUzYzAwLCAweDAwYTVhMWUw
LCAKIAkweDAwMGUxMzg0LCAweDAwMDA3OTRhLCAweDAwMGYwYjRhLCAweDAwMDM5MGU0LCAweDAw
MDAzZDRhLCAweDAwMDdhMTZhLCAweDAwNGUxMzg0LCAweDAwYTU2OTRhLCAKLQkweDAwYWQyYjRh
LCAweDAwNDM5MGU0LCAweDAwYTUyZDRhLCAweDAwYTVhMTZhLCAweDAwNGY4M2UwLCAweDAwYTU3
YzAwLCAweDAwYWQ4M2UwLCAweDAwMGY4M2U0LCAKKwkweDAwYWQwYjRhLCAweDAwNDM5MGU0LCAw
eDAwYTUyZDRhLCAweDAwYTVhMTZhLCAweDAwNGY4M2UwLCAweDAwYTU3YzAwLCAweDAwYWQ4M2Uw
LCAweDAwMGY4M2U0LCAKIAkweDAwMDA3ZDRhLCAweDAwMGY4MzZhLCAweDAwNGY5M2U0LCAweDAw
YTU3ZDRhLCAweDAwYWQ4MzZhLCAweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAK
IAkweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAwMDAwLCAweDAwMDAx
YzAwLCAweDAwMDAxMDg0LCAweDAwMDA3MDAwLCAweDAwNDIxMDAwLCAKIAkweDAwMDM5Y2UwLCAw
eDAwMDAzOWNlLCAweDAwMGU3MzgwLCAweDAwZTczODAwLCAweDAwMGU3ZjgwLCAweDAwZTczODg0
LCAweDAwMDNmY2UwLCAweDAwNDIzOWNlCiB9OwpkaWZmIC11NSAtciBrb25zb2xlLTQuMTMuMS5v
cmlnL3NyYy9MaW5lRm9udC5zcmMga29uc29sZS00LjEzLjEvc3JjL0xpbmVGb250LnNyYwotLS0g
a29uc29sZS00LjEzLjEub3JpZy9zcmMvTGluZUZvbnQuc3JjCTIwMTQtMDUtMDcgMTU6NDQ6MDcu
MDAwMDAwMDAwICswMjAwCisrKyBrb25zb2xlLTQuMTMuMS9zcmMvTGluZUZvbnQuc3JjCTIwMTQt
MDUtMjUgMTY6MzM6MDEuMDE3NTI1MDA5ICswMjAwCkBAIC0zMTQsMTEgKzMxNCwxMSBAQAogMjUz
MgogICAgICAKICB8PT09CiA9fHw9PQogIHx8PT0KLSB8fCAgCisgfHx8IAogCiAyNTMzCiAgICAg
IAogPT09PT0KID09fD09CkBAIC00NDIsMTEgKzQ0MiwxMSBAQAogCiAyNTQ0CiAgfHx8IAogIHx8
PT0KID09PT09Ci0gIHw9PQorIHx8PT0KICAgfAogCiAyNTQ1CiAgIHwKID09fCsgCkBAIC00NTQs
MTEgKzQ1NCwxMSBAQAogPXx8fAogIHx8fCAKIAogMjU0NgogICB8Ci0gIHw9PQorIHx8PT0KID09
PT09CiAgfHw9PQogIHx8fCAKIAogMjU0NwpAQCAtNjA4LDExICs2MDgsMTEgQEAKICB8IHwKIAog
MjU2MAogIHwgfAogIHwgKy0KLSB8IHwKKyB8ICAKICB8ICstCiAgfCB8CiAKIDI1NjEKICAgfAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>