1
FMule
Some charset problem with xhld0 module
  • 2005/10/6 13:57

  • FMule

  • Just popping in

  • Posts: 37

  • Since: 2004/10/22


Hi,

I have probably some charset encoding problem with the xhld0 (v.2.99) module.

The referrer where i take the feed is http://www.unioneweb.it/feed/

and i put them in http://www.unionebasilicata.it/modules/xhld0/index.php?id=1

but some special characters like "'" "รจ" are replaced by "?"

How can i solve it?

tks

2
gestroud
Re: Some charset problem with xhld0 module
  • 2005/10/6 16:30

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


Do you have the option, "Allow to display HTML inside XML
You should not allow HTML to a RSS/ATOM which is generated from posts by visitors of the site," set to Yes? That might fix it.

3
FMule
Re: Some charset problem with xhld0 module
  • 2005/10/6 16:52

  • FMule

  • Just popping in

  • Posts: 37

  • Since: 2004/10/22


no, the problem isn't solved...

tks

4
JMorris
Re: Some charset problem with xhld0 module
  • 2005/10/6 18:06

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


I had the same problem on a different site. It might be the collation setting of your database. The default collation for newer versions of MySQL is latin1_swedish_ci.

Unfortunately, changing the collation is no fun. Essentially, you have to change the default collation on the database, then use the following query on every table to convert the collation. (Make a backup first!)

ALTER TABLE CONVERT TO CHARACTER SET latin1 COLLATE latin1_general_cs;

Change the values as needed. The above will change the values for English.

More information regarding collation can be found on MySQL's website.

Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

5
FMule
Re: Some charset problem with xhld0 module
  • 2005/10/6 19:33

  • FMule

  • Just popping in

  • Posts: 37

  • Since: 2004/10/22


sorry i cant chance the collation!
there is another way?

6
JMorris
Re: Some charset problem with xhld0 module
  • 2005/10/6 21:28

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Did you try uploading the most recent version of phpMyAdmin. The new version allows you to change collation if the option is present in MySQL.

Alternately, you may want to check with your host and see if they will do it for you.

Best Regards,

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

7
FMule
Re: Some charset problem with xhld0 module
  • 2005/10/7 13:52

  • FMule

  • Just popping in

  • Posts: 37

  • Since: 2004/10/22


ok. i ask to my provider!

Tks

Login

Who's Online

452 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 452


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits