In Windows, non-ascii chars are not shown on screen. OS: Windows 11 24H2 for example (powershell) ```powershell $OutputEncoding = [Text.Encoding]::UTF8 echo 'AあIいUうEえOお' | gof ``` 