problem with FE

Found a bug? Tell us!!
Post Reply
carp3
Regular
Posts: 9
Joined: Tue Feb 07, 2006 9:18 am

problem with FE

Post by carp3 »

hi guys i install SP in my web site but i have problem wtih FE ( ف ) ( FE is persian ) :
RIGHT : ف
WRONGE : �?


http://weblog.carp3.com/archives/story/ ... nown.shtml
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: problem with FE

Post by garvinhicking »

Your link works fine for me in firefox...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
carp3
Regular
Posts: 9
Joined: Tue Feb 07, 2006 9:18 am

Post by carp3 »

Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Damn, I wish I would understand your language. It's not really understandable for me why some characters work and why others don't.

Maybe you can ask the language maintainer of your language if he has an idea?

Do you use the WYSIWYG editor? Try to turn it off and see if that helps?

And maybe testing with a different browser might make a difference?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
carp3
Regular
Posts: 9
Joined: Tue Feb 07, 2006 9:18 am

Post by carp3 »

this problem cause with new version of MySQL ...
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Could you post some details, so we can help other users with similar problems? In particular:
Which version of MySQL has this problem?
Can we find a bug report elsewhere, and if so, where?
Is this likely to be a problem with other languages?
Judebert
---
Website | Wishlist | PayPal
carp3
Regular
Posts: 9
Joined: Tue Feb 07, 2006 9:18 am

Post by carp3 »

carp3
Regular
Posts: 9
Joined: Tue Feb 07, 2006 9:18 am

Post by carp3 »

but we can solve this problem with :

Code: Select all

<?
str_replace("�?","ف", $main);
?>
but we must buffer output first .
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post by oxygenws »

dear Garvin,

it happen because of collations in MySQL 4.1.x and MySQL 5.x...
for native languages, it should be in that native collation and for UTF8, it should be in unicode.

dear carp3, what is your MySQL version??
My Blog, powered by s9y is http://oxygenws.com/blog/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You might want to try out the serendipity 1.1-alpha snapshots then; they have support for issuing the "SET NAMES utf8" MySQL commands that should recitfy such situations...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply