Changed Long PS to UTF8

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-10-13 17:52:04 +02:00
parent 39bc31893f
commit 64feb26a7b
4 changed files with 62 additions and 63 deletions

View File

@@ -726,6 +726,7 @@ class TEF6686 {
String extractUTF8Substring(const String& utf8String, size_t start, size_t length, bool under);
String eRTconverter(const wchar_t* input);
String ucs2ToUtf8(const char* ucs2Input);
String PSLongtext;
char ps_buffer[9];
char ps_buffer2[9];
char ptyn_buffer[9];
@@ -749,7 +750,6 @@ class TEF6686 {
bool rtABold;
bool rtAB32old;
wchar_t PStext[9] = L"";
wchar_t PSLongtext[33] = L"";
wchar_t EONPStext[20][9];
wchar_t PTYNtext[9] = L"";
char RDSplus1[45];
@@ -781,4 +781,4 @@ class TEF6686 {
time_t lastrdstime;
int32_t lasttimeoffset;
};
#endif
#endif