non-ascii chars are not shown
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 180
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
In Windows, non-ascii chars are not shown on screen.
OS: Windows 11 24H2
for example (powershell)
$OutputEncoding = [Text.Encoding]::UTF8
echo 'AあIいUうEえOお' | gof
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported PowerShell command on Windows 11 and inspect the gof command's output path. Trace how input and output encodings are handled, then verify that the Japanese characters are displayed correctly without breaking existing output behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, powershell
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100