Arduino Forum
wcscat() Function in Arduino
Projects
Programming
arduino_new
April 23, 2018, 7:52am
2
use strcat()
char wcs[80] = ""; strcat(wcs, "these"); strcat(wcs, " wide strings ");
show post in topic
Related topics
Topic
Replies
Views
Activity
Arduino and Unicode Strings like "\u00e1"
Programming
11
18440
May 5, 2021
AGHW-Arduino-Strings-Greek chars...
Interfacing
2
3064
May 6, 2021
Adding to a variable
Syntax & Programs
6
2328
May 6, 2021
Printing and understanding international chars
Syntax & Programs
15
13549
May 6, 2021
Porting arduino library to atmel studio project
Programming
4
989
May 5, 2021