Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-21
2009-03-21 18:43:56 by Martin Stjernholm <mast@lysator.liu.se>
84ad8b5f08fb7bd6b6adfc8c7d192d2f495cc4fd (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Small doc fix.
Rev: server/base_server/prototypes.pike:1.235
5:
#include <config.h> #include <module.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
234
2009/03/21 18:
26
:
05
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
235
2009/03/21 18:
43
:
56
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
2443:
//! used if @[decode_charset] was given. The charset decoding uses //! an all-or-nothing approach - if there is an error decoding any //! string then no string is decoded. If the function throws an
-
//! error due to a decode failure then @[real_variables]
and
-
//!
@[rest_query] remain
unchanged.
+
//! error due to a decode failure then @[real_variables]
remain
+
//! unchanged.
//! //! @note //! Using @expr{"utf-8"@} as @[decode_charset] reverses the URI