[Gambas-user] NCURSES ACS_STERLING
KKing
kicking177 at gmail.com
Sat May 25 10:23:44 CEST 2019
under gambas ncurses (with Xterm Debian LXDE) if I do
Window.Print("UK pound symbol: £")
I get
UK pound symbol: M-BM-*
If I do either below in Xterm in C the pound symbol is displayed okay in
both cases.
printw("UK pound symbol attempt one £ ");printw("\n");
printw("UK pound symbol attempt two ");
addch(ACS_STERLING);printw("\n");
i.e. I get
UK pound symbol attempt one £
UK pound symbol attempt two £
K.
More information about the User
mailing list