gccでUTF8で作ったコードが文字化けする場合の対処
コマンドプロンプト上で以下のコマンド実行する。
chcp 65001
kinkun's blog
gccでUTF8で作ったコードが文字化けする場合の対処
コマンドプロンプト上で以下のコマンド実行する。
chcp 65001
システム環境変数の設定ができなくなった場合の対処
PowerShell管理者で Start C:\Windows\system32\rundll32.exe sysdm.cpl, EditEnvironmentVariables と入力
手順
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
新しいクロスプラットフォームの PowerShell をお試しください https://aka.ms/pscore6
PS C:\WINDOWS\system32> Start C:\Windows\system32\rundll32.exe sysdm.cpl, EditEnvironmentVariables