danish character in branch name will have an error during create/close

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 1.6.3
    • Component/s: None
    • None
    • Severity 3 - Minor

      Creating branch with danish letters æøå will have error:

      hg branch -y æøå
      abort: decoding near '���': 'utf8' codec can't decode byte 0xe6 in position 0: invalid continuation byte!
      
      Completed with errors, see above.
      

      closing the branch after adding a commit will have an error in SourceTree too:

      hg commit -y --close-branch -m "æøå"
      abort: decoding near '���': 'utf8' codec can't decode byte 0xe6 in position 0:  invalid continuation byte!
      Completed with errors, see above.
      

            Assignee:
            Unassigned
            Reporter:
            Foong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: