Also,should I try switching to UTF-8 and then try running git review command.
I checked that in order to change the current code page to UTF-8,I need to use Chcp 65001. Thanks, Jagori On Thu, Sep 4, 2014 at 8:51 AM, jagori samajdar <[email protected]> wrote: > Hi Andre, > > Thanks a lot for your reply. > I don't know how to check the character set/encoding on windows but I > googled and found that *chcp* command gives you the current code page. > The terminal output that shows on mine is : > Active code page:850 > > I am not clear with what this means.Do I need to change my terminal's > character encoding?If so ,how? > > Regards, > Jagori > > > > > > On Thu, Sep 4, 2014 at 5:23 AM, Andre Klapper <[email protected]> > wrote: > >> On Wed, 2014-09-03 at 19:35 +1000, jagori samajdar wrote: >> > File "C:\Python33\lib\encodings\cp850.py", line 19, in encode >> > return codecs.charmap_encode(input,self.errors,encoding_map)[0] >> > UnicodeEncodeError: 'charmap' codec can't encode character '\u2026' in >> > position >> > 8042: character maps to <undefined> >> >> Wild guess: What is the character set or encoding used in your >> console/terminal? '\u2026' is illegal in ASCII but not in UTF-8. >> >> andre >> -- >> Andre Klapper | Wikimedia Bugwrangler >> http://blogs.gnome.org/aklapper/ >> >> >> _______________________________________________ >> QA mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/qa >> > >
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
