<div dir="auto">It is a problem with the terminal I think</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 23 juin 2019 19:44, Tobias Boege <<a href="mailto:taboege@gmail.com">taboege@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, 23 Jun 2019, KKing wrote:<br>
> still wrestling with this, with LOCALE of en_GB.UTF-8 the UK currency symbol<br>
> works in C not in Gambas when using NCURSES?<br>
> <br>
> in C<br>
> <<<br>
> #include ncurses.h<br>
> initscr()<br>
> printw("Hello World£\n");<br>
> >><br>
> <br>
> results in "Hello World" followed by the UK Currency symbol<br>
> <br>
> <br>
> in Gambas do<br>
> <<<br>
> $hText = New Window(False,0,0,80,25) as "Test"<br>
> $hText.Print("Hello World£",2,2)<br>
> >><br>
> <br>
> results in "Hello World" followed by "M-BM-#"<br>
> <br>
> I'm using Gambas 3.13.0 compiled from source, is it a compile time setting<br>
> (though the UK currency symbol works fine in normal Gambas GUI. I'm<br>
> presuming the Euro symbol is similarly affected<br>
> <br>
<br>
For me, it's exactly the opposite. The C program does not display<br>
the pound sign, no matter if I link it to ncurses or ncursesw, but<br>
the Gambas program with gb.ncurses and ncursesw does. I don't know<br>
what else to tell you.<br>
<br>
-- <br>
"There's an old saying: Don't change anything... ever!" -- Mr. Monk<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>