realbasic-nug
[Top] [All Lists]

URLPath and filenames with single quotes

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: URLPath and filenames with single quotes
From: Michael Diehr <md03 at xochi dot com>
Date: Sun, 30 Dec 2007 16:10:22 -0800
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
I'm finding that a folderItem with a (') in the name does not work  
properly when the URLPath is passed to a HTMLViewer, e.g.

folderitem
   /Users/x/MyFile With a 'singlequote
the URLPath is
   file://Users/x/MyFile%20With%20a%20'singlequote

If you pass this URLPath inside a HTML document, the HTMLViewer chokes  
on it.  Shouldn't the (') be encoded to %27 automatically?

Bug? This is in 2007R4.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • URLPath and filenames with single quotes, Michael Diehr <=