[REBOL] Re: The "other" Ascii codes???
From: greggirwin:mindspring at: 8-Mar-2002 15:41
Hi Terry, <<How does one create/access/manipulate the other ascii codes such as ¿ and Ø in a rebol string? >>>> s: "¿Ø"== "¿Ø">> first s== #"¿">> last s== #"Ø" To enter them in the string at the console, under Windows, you can type them as alt codes (e.g. alt+0191, alt+0216). Is that what you're after? --Gregg