You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Keir (JIRA)" <ji...@apache.org> on 2017/05/14 14:11:04 UTC

[jira] [Commented] (MDEP-562) Make extended tokens default for displaying trees

    [ https://issues.apache.org/jira/browse/MDEP-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009750#comment-16009750 ] 

Keir commented on MDEP-562:
---------------------------

Ok, so the bytes being used by tree for UTF-8 translate as:

||ASCII||Tree UTF-8 Octal||Tree as hex||Maven shared extended tokens||
|{code}|  {code}|{code}\342\224\202\302\240\302\240{code}|{code}U+2502U+00A0U+00A0{code}|{code}\u2502  {code}|
|{code}|--{code}|{code}\342\224\234\342\224\200\342\224\200{code}|{code}U+251CU+2500U+2500{code}|{code}\u251C\u2500 {code}|
|{code}`--{code}|{code}\342\224\224\342\224\200\342\224\200{code}|{code}U+2514U+2500U+2500{code}|{code}\u2514\u2500 {code}|

So looks like we are using more or less the same characters, expect for spaces which may be encoded differently.

> Make extended tokens default for displaying trees
> -------------------------------------------------
>
>                 Key: MDEP-562
>                 URL: https://issues.apache.org/jira/browse/MDEP-562
>             Project: Maven Dependency Plugin
>          Issue Type: Wish
>          Components: tree
>    Affects Versions: 3.0.0
>            Reporter: Keir
>
> Now that MSHARED-615 has been merged I would like to propose that this be made the default behavior.  By this point most developers have unicode-compatible terminals and given the extended characters make the tree more readable it would be nice to have this as the default option.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)