How to use UNICODE in DEVC++?
Questions
I tried to use would be method, but it seems he can only display double characters:
# include
Using STD: : cout;
Int main ()? {
Wcoutreturn 0;
}?
Its result is:
Rather than
Li
# include
Using STD: : cout;
Int main ()? {
Wcoutreturn 0;
}?