can't commit because of some utf-8? chars
Uwe Brauer
oub at mat.ucm.es
Sun Feb 28 20:18:44 UTC 2021
> On Sun, Feb 28, 2021 at 7:37 PM Uwe Brauer <oub at mat.ucm.es> wrote:
> Wrong charset. The "strange" character is the ö of Nordström which is
> codepoint U+00F6, i.e. byte 0xF6 in Latin1 but byte sequence 0xC3 0xB6
> in UTF-8. 0xF6 followed by 0x6D (i.e. "m") is an illegal sequence in
> UTF-8.
Thanks but I am confused. Using UTF8 coding always in Emacs, I typed
Nordström, so you are saying it somehow got corrupted?
or are you saying I cannot type öm in UFT8? which would be odd.
In any case thanks for the clarification.
Uwe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5673 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20210228/3f713c61/attachment.p7s>
More information about the Mercurial
mailing list