> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Andrew Martin > Sent: Friday, June 07, 2002 11:44 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: make-doc-pro: Version 1.0.3 beta update
> The same way browsers and Rebol handle them. A space stops the parsing of a > URL. If there's meant to be a space in the URL, then substitute "%20" for > the space. This requires the users to know the encoding scheme for URLs. Further the emitter must decide how to convert this URL encoding for the output device. For example if I emit PDF I don't want to have %20 in the output maybe better to underline the complete link, or wrap it in " chars. IMO there is no silver bullet to solve this. Adding minimal user-friendly syntax can help a lot... and that's what I'm trying to do in make-doc-pro (with being compatible to make-doc). Robert -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
