当前位置:网站首页>Chinese garbled solution in UTF-8 environment in Powershell
Chinese garbled solution in UTF-8 environment in Powershell
2022-07-31 05:58:00 【tcliuwenwen】
Blog background
Detailed operation
The above picture shows that for powershell, he may not recognize the old chcp in some cases.
Although chcp becomes 936, it still adheres to the UTF-8 environment configured at the previous initialization.
The solution is:
$OutputEncoding = [console]::InputEncoding =[console]::OutputEncoding = [System.Text.Encoding]::GetEncoding(936);
边栏推荐
- 为什么bash中的read要配合while才能读取/dev/stdin的内容
- mysql常用命令
- cocoscreator3.5.2打包微信小游戏发布到QQ小游戏修改
- UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装
- Understanding SSRF, this article is enough
- How to distinguish big and small endian in C language
- C language tutorial (1) - preparation
- 一个简单的bash转powershell案例
- MySQL分页查询的5种方法
- 【云原生】微服务Nacos的简单介绍与使用
猜你喜欢
Gradle sync failed: Uninitialized object exists on backward branch 142
CMOS管原理,及其在推挽电路中的应用
常见JVM面试题及答案整理
Eternal blue bug reappears
阿里云中mysql数据库被攻击了,最终数据找回来了
工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
什么是 GameFi?
[Cloud native] Ribbon is no longer used at the bottom layer of OpenFeign starting from the 2020.0.X version
mysql password modification method in Linux (pro-test available)
随机推荐
【云原生】开源数据分析 SPL 轻松应对 T+0
带你搞懂MySQL隔离级别,两个事务同时操作同一行数据会怎样?
[Cloud Native] What should I do if SQL (and stored procedures) run too slowly?
[Cloud native] Open source data analysis SPL easily copes with T+0
Detailed explanation of pointers in C language
The server time zone value ‘й‘ is unrecognized or represents more than one time zone
js中的函数
On the side of Ali, tell me what are the application scenarios of message middleware you know?
Fragmented NFT (Fractional NFT)
场效应管 | N-mos内部结构详解
sqlmap injection tutorial common commands
著名网站msdn.itellyou.cn原理分析
Hyper-V新建虚拟机注意事项
cocos create EditBox 输入文字被刘海屏遮挡修改
MySql创建数据表
Yuan prospect and four track of the universe
CMOS管原理,及其在推挽电路中的应用
(Crypto essential dry goods) Detailed analysis of the current NFT trading markets
数据库 | SQL查询进阶语法
cocoscreator3.5.2打包微信小游戏发布到QQ小游戏修改