Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with French character É in netstat #11

Open
H31SD opened this issue Jul 14, 2023 · 1 comment
Open

Error with French character É in netstat #11

H31SD opened this issue Jul 14, 2023 · 1 comment

Comments

@H31SD
Copy link

H31SD commented Jul 14, 2023

Hello.

netstat on French Windows returns
État (State) which is converted in \x90tat"

I have now this issue :

Error in gsub("\\s+", ",", ActiveConnections) : input string 1 is invalid
In addition: Warning message:
In gsub("\\s+", ",", ActiveConnections) :
  unable to translate '  Proto  Adresse locale         Adresse distante       <90>tat' to a wide string

Thx for your help ! 👍

@diegomsg
Copy link

Same issue in Brazilian portuguese PT-BR, or simply latin1 encoding from many codepages in windows.
Proposed parse_netstat() changes in #12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants