#8890: ffprobe utf8 stdout on windows console is broken
------------------------------------+-----------------------------------
Reporter: tqk2811 | Owner:
Type: defect | Status: open
Priority: normal | Component: ffprobe
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Comment (by cus):
Windows console works in the local codepage by default.
FFprobe simply writes utf8 data to stdout, but the windows console won't
interpret that correctly. If the standard output is a windows console,
special multibyte windows console functions might be used to instead of
simply writing to stdout to fix this.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8890#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".