From d360229b5b3a3ef82a8defd6672bfda81ded9326 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 10 Jul 2019 13:42:48 +0200 Subject: fixed some stuff in frontend, badly broke others; disabled reversed frontend for the moment --- src/core/Text.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core/Text.h') diff --git a/src/core/Text.h b/src/core/Text.h index 15ab7a8f..f554628c 100644 --- a/src/core/Text.h +++ b/src/core/Text.h @@ -1,7 +1,10 @@ #pragma once void AsciiToUnicode(const char *src, wchar *dst); -char UnicodeToAscii(wchar *src); +char *UnicodeToAscii(wchar *src); +char *UnicodeToAsciiForSaveLoad(wchar *src); +void UnicodeStrcpy(wchar *dst, const wchar *src); +int UnicodeStrlen(const wchar *str); void TextCopy(wchar *dst, const wchar *src); struct CKeyEntry -- cgit v1.2.3