1

(4 replies, posted in Feature requests)

why not put in so u can start a poll and vote?

2

(20 replies, posted in PunBB 1.2 troubleshooting)

the problem is the server itself, it uses wrong characterset or something, thats why ppl has problem like me.

3

(20 replies, posted in PunBB 1.2 troubleshooting)

no i use nano smile but i know what u meant by it tongue

4

(20 replies, posted in PunBB 1.2 troubleshooting)

aha tongue and how are we going to fixa that?

5

(20 replies, posted in PunBB 1.2 troubleshooting)

in IE is see åäö, but only in the posts, the rest i get scuare in the layout of the forum.

6

(20 replies, posted in PunBB 1.2 troubleshooting)

lol, im useing firefox to, im gonig to test in IE tongue

7

(20 replies, posted in PunBB 1.2 troubleshooting)

hmm i get still emty posts

8

(20 replies, posted in PunBB 1.2 troubleshooting)

tryed ans still nothing

<?php


// Determine what locale to use
switch (PHP_OS)
{
        case 'WINNT':
        case 'WIN32':
                $locale = 'swedish';
                break;

        case 'FreeBSD':
        case 'NetBSD':
        case 'OpenBSD':
                $locale = 'utf8';<--- changed this after the two down
                break;

        default:
                $locale = 'utf8';<--- changed this after the one down
                break;
}

// Attempt to set the locale
setlocale(LC_CTYPE, $locale);


// Language definitions for frequently used strings
$lang_common = array(

// Text orientation and encoding
'lang_direction'                =>      'ltr',  // ltr (Left-To-Right) or rtl (Right-To$
'lang_encoding'                 =>      'utf8', <---changed this first
'lang_multibyte'                =>      false,

9

(20 replies, posted in PunBB 1.2 troubleshooting)

in /lang/Swedish/common.php?

10

(20 replies, posted in PunBB 1.2 troubleshooting)

did it but now i dont get any error but it donw shows any åäö

11

(20 replies, posted in PunBB 1.2 troubleshooting)

here is the error

File: /var/www/localhost/htdocs/forum/include/search_idx.php
Line: 149

PunBB reported: Unable to insert search index words

Database reported: Dubbel nyckel '' för nyckel 1 (Errno: 1062)

12

(20 replies, posted in PunBB 1.2 troubleshooting)

i have read the posts about it but cant get it to work. in my phpmyadmin i cant change in the kollition utf8_general_ci to t ex utf8_swedish_ci or any other for that mater

my forum is on this page, zagger.mine.nu/forum

thansk for any help