Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ea39f634
Commit
ea39f634
authored
Aug 14, 2002
by
R. David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify what unquote does, following the python.org docs.
parent
b48643bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/python/Products/OFSP/help/dtml-var.stx
lib/python/Products/OFSP/help/dtml-var.stx
+4
-4
No files found.
lib/python/Products/OFSP/help/dtml-var.stx
View file @
ea39f634
...
...
@@ -85,11 +85,11 @@ var: Inserts a variable
url_quote_plus -- URL quotes character, like 'url_quote' but also
converts spaces to plus signs.
url_unquote --
convert HTML character entities in strings back to
their real values
.
url_unquote --
Converts HTML '%xx' escapes into their single
character values (ie: undoes the effects of url_quote)
.
url_unquote_plus --
like url_unquote, but also replace "+"
characters with spaces.
url_unquote_plus --
Like url_unquote, but also replaces '+'
characters with spaces
(ie: undoes the effects of url_quote_plus)
.
sql_quote -- Converts single quotes to pairs of single
quotes. This is needed to safely include values in SQL strings.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment