StrokeSeg 1.0.0
Loading...
Searching...
No Matches
helpers.h File Reference

Header file for helper functions. This file contains declarations for various utility functions used in the project. It includes functions for string conversion, file operations, and other common tasks. More...

#include "deps.h"
Include dependency graph for helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::wstring ConvertToWideString (const char *str)
 Converts a UTF-8 encoded string to a wide string (UTF-16).

Detailed Description

Header file for helper functions. This file contains declarations for various utility functions used in the project. It includes functions for string conversion, file operations, and other common tasks.

Author
Florent LERAY
Date
2023-10-01
Version
1.0

Definition in file helpers.h.

Function Documentation

◆ ConvertToWideString()

std::wstring ConvertToWideString ( const char * str)

Converts a UTF-8 encoded string to a wide string (UTF-16).

Parameters
strThe UTF-8 encoded string to convert.
Returns
A wide string (UTF-16) representation of the input string.

Definition at line 4 of file helpers.cpp.