Home Forums Re: C2022 too big for a single character

#3192
prasanna
Participant

Hello
 
The problem with your code is that you can not have lengthy unicode string. You have to split it up in parts like..
If you have a string defined as follows, it generates C2026:

You could break it up as follows:

 
So you try it like ….

May be it can resolve your problem.