[fpc-pascal]Is it possible to display unicode chars ??

2003-06-03 Thread Ivan Petrov
Hi! I'm in trouble with this... May I use ncurses unit?? Is there some wrapper or a way to use widechars or widestrings. Note, I'm not a programmer. I know Pascal. Not C. I have read some papers about ncurses in linux... Please, help me out with this!!! I agree even to link an external code fo

Re: [fpc-pascal]Is it possible to display unicode chars ??

2003-06-03 Thread Rainer Hantsch
Hello, Ivan! YES, you should _always_ use ncurses when writing programs for Linux/Unix. The background is that ncurses unifies all the different terminals to one common command set. Ncurses gets i.e. the command for placing the cursor to somewhere; which commands (escape sequences) are finally use