Fix dynamic changing of font in Windows console on CJK codepages by SteveL-MSFT · Pull Request #771 · PowerShell/PSReadLine

On Windows, the outputencoding is tied to a codepage which is tied to a font. When using a CJK locale, the default is using a raster font that can render the CJK glyphs. Previously, PSReadLine 2....