A simple Windows-based Unicode converter written in C++ using the Win32 API. This application allows users to convert between Unicode escape sequences (e.g., \u0041
) and normal text characters.
- Convert Unicode escape sequences to normal text.
- Convert normal text to Unicode escape sequences.
- Copy converted text to the clipboard.
- Simple and user-friendly GUI.
This project is licensed under the MIT License.