Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-j
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-j
Commits
0e666334
Unverified
Commit
0e666334
authored
Sep 08, 2023
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point to vmod-iconv, update generated RST
parent
cb714804
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
vmod_j.man.rst
src/vmod_j.man.rst
+10
-2
vmod_j.vcc
src/vmod_j.vcc
+8
-0
No files found.
src/vmod_j.man.rst
View file @
0e666334
...
...
@@ -241,8 +241,8 @@ JSON does not strictly mandate strings to contain valid UTF-8. `RFC
however
When all the strings represented in a JSON text are composed
entirely of Unicode characters [...]
(however escaped), then that
JSON text is
interoperable [...]
entirely of Unicode characters [...]
, then that JSON text is
interoperable [...]
For the most part, this module is not concerned with whether or not
strings represent valid UTF-8 or Unicode:
...
...
@@ -261,6 +261,14 @@ The two exceptions are:
* `j.unquote()`_ fails if the input is not a valid JSON string or if
invalid UTF-8 would be produced.
Other character encodings
-------------------------
.. _vmod-iconv: https://gitlab.com/uplex/varnish/libvmod-iconv
Strings in other encodings should be converted to UTF-8 using
`vmod-iconv`_ before being used with this VMOD.
VMOD INTERFACE REFERENCE
========================
...
...
src/vmod_j.vcc
View file @
0e666334
...
...
@@ -247,6 +247,14 @@ The two exceptions are:
* `j.unquote()`_ fails if the input is not a valid JSON string or if
invalid UTF-8 would be produced.
Other character encodings
-------------------------
.. _vmod-iconv: https://gitlab.com/uplex/varnish/libvmod-iconv
Strings in other encodings should be converted to UTF-8 using
`vmod-iconv`_ before being used with this VMOD.
VMOD INTERFACE REFERENCE
========================
...
...
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