Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::utils::Utf8CodePage Class Reference

A class that sets the console output code page to UTF-8 and enables VT mode. More...

#include <util.hpp>

Public Member Functions

 Utf8CodePage ()
 

Detailed Description

A class that sets the console output code page to UTF-8 and enables VT mode.

This class is responsible for setting the console output code page to UTF-8 and enabling VT mode. It automatically restores the original code page and VT mode when the object is destroyed.

Constructor & Destructor Documentation

◆ Utf8CodePage()

steppable::__internals::utils::Utf8CodePage::Utf8CodePage ( )
inline

The documentation for this class was generated from the following file:
Untitled