Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-11-07 22:29:21

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Textile system survey

I’ve written a short diagnostic program to help us figure out how to better support utf-8 in Textile:

textile_diag.php

If you’d like to help: download it, run it on as many systems and servers as possible, and post the results here. I’d particularly like to see results from PHP 4.3 and 4.2, and any PHP versions running on Windows.


Alex

Offline

#2 2005-11-07 22:29:48

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: Textile system survey

os: OpenBSD 3.8
php version: 4.4.0
pcre version: 5.0 13-Sep-2004
locale: C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: C/fr_FR.UTF-8/C/C/C/C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1


Alex

Offline

#3 2005-11-07 22:30:09

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: Textile system survey

os: FreeBSD 5.4-STABLE
php version: 5.0.4
pcre version: 4.5 01-December-2003
locale: C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: fr_FR.UTF-8
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1


Alex

Offline

#4 2005-11-07 23:58:48

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: Textile system survey

os: Windows NT 5.1
php version: 4.3.3
pcre version:
locale: LC_COLLATE=C;LC_CTYPE=English_United States.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: French_France.1252
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1


Shoving is the answer – pusher robot

Offline

#5 2005-11-08 00:01:24

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: Textile system survey

os: Darwin 8.2.0
php version: 4.4.0
pcre version:
locale: C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: fr_FR.UTF-8
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1


Shoving is the answer – pusher robot

Offline

#6 2005-11-08 00:02:45

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: Textile system survey

os: Linux 2.4.31
php version: 4.3.11
pcre version:
locale: LC_CTYPE=en_US.iso885915;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=C;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: fr_FR.UTF-8
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1

Oh and it doesn’t run at all on Linux with PHP 4.0.6 running as CGI (damn crappy host)

I think those are all I have access to.

Last edited by hakjoon (2005-11-08 00:05:46)


Shoving is the answer – pusher robot

Offline

#7 2005-11-08 00:59:23

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: Textile system survey

Ugh, that Linux 2.4.31 one is a problem. The utf8 word char end works only if the locale is incorrect. Do you know what Linux distro that is?


Alex

Offline

#8 2005-11-08 01:07:32

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: Textile system survey

I think it’s Red Hat. I’ll ask my host they are normally pretty helpful.


Shoving is the answer – pusher robot

Offline

#9 2005-11-08 01:21:27

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Textile system survey

os: Windows NT 5.1
php version: 5.0.5
pcre version:
locale: LC_COLLATE=C;LC_CTYPE=English_Canada.1252;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: French_France.1252
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1

Offline

#10 2005-11-08 02:31:40

KurtRaschke
Plugin Author
Registered: 2004-05-16
Posts: 275

Re: Textile system survey

os: SunOS 5.9
php version: 5.0.4
pcre version:
locale: C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale:
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1


kurt@kurtraschke.com

Offline

#11 2005-11-08 03:06:44

RenJonsin
Member
From: Tarpon Springs, FL USA
Registered: 2005-02-06
Posts: 103
Website

Re: Textile system survey

os: Linux 2.4.29
php version: 4.3.11
pcre version:
locale: C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: fr_FR
word char end: 0
word char start: 1
utf8 word char end: 1
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1

Offline

#12 2005-11-08 03:10:42

RenJonsin
Member
From: Tarpon Springs, FL USA
Registered: 2005-02-06
Posts: 103
Website

Re: Textile system survey

The one before was net garage where I host Frontstretch. This one is Dreamhosts.

os: Linux 2.4.29-grsec+w+fhs6b+gr0501+nfs+a32+++p4+sata+c4+gr2b-v6.189
php version: 5.0.4
pcre version:
locale: C
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1
locale: fr_FR.UTF-8
word char end: 0
word char start: 1
utf8 word char end: 0
utf8 word char start: 1
word boundary: 1
utf8 word boundary: 1

Offline

Board footer

Powered by FluxBB