Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-09
2003-04-09 14:01:02 by Anders Johansson <anders@roxen.com>
a2cd4829e2e192407fde66d758b5a15360063fbf (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/etc/modules/Roxen.pmod:1.155
Rev: server/modules/tags/rxmltags.pike:1.426
1:
// This is a roxen pike module. Copyright © 1999 - 2001, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
154
2003/04/09
13
:
52
:
10
anders Exp $
+
// $Id: Roxen.pmod,v 1.
155
2003/04/09
14
:
01
:
02
anders Exp $
#include <roxen.h> #include <config.h>
575:
if( String.width( url )>8 && !has_value( url, "?" ) ) url += "?magic_roxen_automatic_charset_variable="+
-
magic_
carset
_variable_value;
+
magic_
charset
_variable_value;
url = http_encode_string (url); if (variables) {
2157:
static multiset(string) charset_warned_for = (<>);
-
constant magic_
carset
_variable_value = "åäö芟";
+
constant magic_
charset
_variable_value = "åäö芟";
function get_client_charset_decoder( string åäö, RequestID|void id ) //! Returns a decoder for the clients charset, given the clients