I tried to search it on to solve the problem. and i found this one
Using UTF-8 Encoding (CHCP 65001) in Command Prompt / Windows Powershell (Windows 10)
and i tired to put this code in my $profile path ps1
$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object
System.Text.UTF8Encoding
$env:LC_ALL='C.UTF-8 with BOM'
and it's not working well or even follow that setting
- Run intl.cpl (which opens the regional settings in Control Panel)
- Follow the instructions in the screen shot below.
this is error when i try to use nvim
Could not create process with command '"C:\Users\???\scoop\apps\neovim\current\bin\nvim.exe" '.
wondering how to fix that part: ???
that ??? is my username part