Вопрос

I am programming in Lazarus at school. I wrote one program for chess table, but I have problem with printing these two charcters ♂ and ♀. I tried this code

var s : string;
...
s := 'VKS' + SysToUTF8(#11#12) + 'SKVPPPPPPPPPPPPPPPPVKSKKSKV'; 

but it does not work, it only prints little square instead of each of these characters. I am using Win XP SP3. Any tips?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top