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

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to