Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The following may not solve the issue but can help debug it.</p> <p>Check out : <a href="https://www.mercurial-scm.org/wiki/EncodingStrategy" rel="nofollow noreferrer">https://www.mercurial-scm.org/wiki/EncodingStrategy</a> </p> <blockquote> <p>If I redirect the output of hg log to a file, and open it up, æøåÆØÅ is reproduced correctly.</p> </blockquote> <p>So at least mercurial is storing the commit information correctly. It is only the output that is messed up.</p> <p>Some work happening along these lines but not related to this</p> <ul> <li><a href="http://bitbucket.org/mg/hg-unicode" rel="nofollow noreferrer">http://bitbucket.org/mg/hg-unicode</a></li> </ul> <p>[Edit: Missed the fact that you are on windows]</p> <p>See the last paragraph on how to deal with character set compatibility problems: <a href="https://www.mercurial-scm.org/wiki/CharacterEncodingOnWindows" rel="nofollow noreferrer">https://www.mercurial-scm.org/wiki/CharacterEncodingOnWindows</a></p> <p>It says:</p> <ul> <li>set your console code page to match your system code page</li> <li>override Mercurial's encoding with an environment variable <ul> <li>Setting HGENCODING will override the detected system character set.</li> </ul></li> <li>override Mercurial's encoding with a command-line option <ul> <li>Using the global --encoding option will allow you to set your preferred encoding on each command.</li> </ul></li> <li>use GUI-based tools to interact with Mercurial <ul> <li>This also eliminates the problem, by eliminating that pesky console entirely.</li> </ul></li> <li>use Linux/UNIX and UTF-8 <ul> <li>This makes Bill Gates cry.</li> </ul></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload