Felix Palmen 📯<p>Just released dos2ansi v0.4, with lots of <a href="https://techhub.social/tags/DOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DOS</span></a> <a href="https://techhub.social/tags/codepage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>codepage</span></a> s supported and a testmode to display them.</p><p>The next nice feature would be to use the actual terminal capabilities if output goes there. Very simple on *nix-like systems (<a href="https://techhub.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a>, <a href="https://techhub.social/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeBSD</span></a>, ...), just link <a href="https://techhub.social/tags/curses" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>curses</span></a> and use the termcap functions.</p><p>Thinking about <a href="https://techhub.social/tags/Windows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Windows</span></a> again, either I keep relying on <a href="https://techhub.social/tags/UTF8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UTF8</span></a> support (since <a href="https://techhub.social/tags/win7" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>win7</span></a> IIRC? and still a bit buggy) and <a href="https://techhub.social/tags/ANSI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ANSI</span></a> sequences support (since <a href="https://techhub.social/tags/win10" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>win10</span></a>) .... OR I attempt to use the native <a href="https://techhub.social/tags/Console" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Console</span></a> <a href="https://techhub.social/tags/API" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>API</span></a> there (using special functions to write in <a href="https://techhub.social/tags/UTF16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UTF16</span></a> and other special functions to set colors, which would require a major refactoring first 🙄)</p><p><a href="https://github.com/Zirias/dos2ansi/releases/tag/v0.4" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Zirias/dos2ansi/rel</span><span class="invisible">eases/tag/v0.4</span></a></p>