Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2004-08-06
2004-08-06 12:46:42 by Fredrik Noring <noring@nocrew.org>
11579fa0d1aa7439fefcfb83393d17cff59dd35e (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added case for utf-8, trigged by the Firefox browser.
Rev: server/etc/modules/Roxen.pmod:1.186
1:
// This is a roxen pike module. Copyright © 1999 - 2004, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
185
2004/
07
/
02
13
:
17
:
50
wellhard
Exp $
+
// $Id: Roxen.pmod,v 1.
186
2004/
08
/
06
12
:
46
:
42
noring
Exp $
#include <roxen.h> #include <config.h>
2340:
case "åäö?": case "åä": case "åäö\350\212\237":
+
case "\357\277\275\357\277\275\357\277\275\350\212\237":
id && id->set_output_charset && id->set_output_charset( "utf-8" ); return utf8_to_string;