[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19458: codepage
From: |
Eli Zaretskii |
Subject: |
bug#19458: codepage |
Date: |
Sun, 28 Dec 2014 20:35:05 +0200 |
> Date: Sun, 28 Dec 2014 20:01:12 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 19458@debbugs.gnu.org
>
> > (w32-get-codepage-charset 866)
> > nil ----- the codepage is not valid
>
> I don't think this is related, Emacs doesn't call
> w32-get-codepage-charset when you invoke 'netstat'.
Testing indicates that the API used by this function,
TranslateCharsetInfo, only works with ANSI codepages, while most
console codepages cause it to fail. So I updated the doc string to
that effect.
Again, this has no bearing on your original problem with displaying
output from 'netstat'.