UTF-8

2010-08-31 Thread Dichi
Hi, I'm sure this gotta be one of the top questions. We're using mod_perl 1.3.41 with Apache 1.3 and we're wondering how does mod_perl handle unicode strings. Does mod_perl convert STDOUT into utf-8 ? Thanks

RE: UTF-8

2010-08-31 Thread John Saylor
hey this is not a mod_perl issue, it's a perl issue. so you need to think about what version of perl lies under your mod perl and then use your favorite search engine and type in 'perl $VERSION unicode' and get busy. [$VERSION is the perl version] or you could start here:

APR::ArrayHeader

2010-08-31 Thread Anton Petrusevich
Hi, I was unable to find the answer how to use such an object. ServerRec::names returns object like this: $VAR1 = bless( do{\\(my $o = 19244608)}, 'APR::ArrayHeader' ); I know it maps to apr_array_header_t structure, but is it anyhow useful? I wanted dynamically change ServerAlias-es for