special characters (ä,ü,ö,ß) problem

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #61 (permalink)  
Old 11-19-2007, 11:32 PM
New Pligger
Pligg Version: version 9+
Pligg Template: yget
 
Join Date: Nov 2007
Posts: 5
I have installed pligg Beta 9.8.1.and using yget template in my site. I get some special character () in "story.php? title= " pages. How can I remove the character from my site? Please help.

Last edited by basabi11; 11-19-2007 at 11:49 PM.
Reply With Quote
  #62 (permalink)  
Old 11-20-2007, 07:30 AM
New Pligger
 
Join Date: May 2007
Posts: 13
Hi,

I have the problem with characters... not german, but polish.

I installed my Pligg without any changes, and everything worked fine, so I didn't check what happens in database...

Now I try to migrate my pligg site to another server, but I don't have right encoding... Exporting with mysqldump and importing in the new place doesn't work too...

Do you have any idea how could I solve my problem?

Best regards,

CoMeC

P.S I am using Pligg 9.5 (yget). I will upgrade it to 9.8 but not now...

Last edited by comec; 11-20-2007 at 07:31 AM. Reason: forgot essential info
Reply With Quote
  #63 (permalink)  
Old 11-23-2007, 01:37 AM
New Pligger
Pligg Version: version 9+
Pligg Template: yget
 
Join Date: Nov 2007
Posts: 5
Previously I had installed Pligg Beta 9.8.1. Then I got some special character () in "story.php? title= " pages. Now I have installed Pligg Beta 9.8. But the same problem is occurring. How can I remove the character? Please help.
Reply With Quote
  #64 (permalink)  
Old 11-23-2007, 11:27 PM
New Pligger
Pligg Version: version 9+
Pligg Template: yget
 
Join Date: Nov 2007
Posts: 5
At last I have solved the problem.

It was an encoding problem. I have added :

{php} header("Content-Type: text/html;charset=utf-8"); {/php}

just before DOCTYPE in templates/yget/pligg.tpl.

Now it is ok.

Last edited by basabi11; 11-23-2007 at 11:43 PM.
Reply With Quote
  #65 (permalink)  
Old 11-24-2007, 07:04 AM
New Pligger
Pligg Version: 9.8.2
Pligg Template: yget
 
Join Date: Aug 2007
Posts: 18
Quote:
Originally Posted by clems365 View Post
Exactly, this "solution" changes the tag search to general search

An example will be better to explain:
If a normal html1 without change:
Wikeo / Resultados de búsqueda para ant

No résult....

But nex the change I have this:
Wikeo / Resultados de búsqueda para antártica

With some good result, not perfect because it's a simple "search" and not a "tag search", but for this moment I don't find other solution.
This works absolutely great - but since you are using the ordinary search instead of the tag search you are loosing that the tags are ordered by votes, instead they are ordered by date of course. Is it really not a way to make the original tag search work with special characters like å, ä or ö?..
Reply With Quote
  #66 (permalink)  
Old 01-30-2008, 05:23 PM
Casual Pligger
Pligg Version: 9.9
Pligg Template: default
 
Join Date: Jan 2008
Posts: 46
Quote:
Originally Posted by 911 View Post
True, I test it again and it is now working for me too!

So tags and the url for tags are written into 2 letter combinations (ä->ae) with modification the domain.com/libs/tags.php like it is posted here:
http://forums.pligg.com/showpost.php...6&postcount=20

It would be nice if somebody can clean this up so that Tags are displayed with special letters (like all the other text on the Page) and only the Url is written to the 2 Letter Combinations.
in libs/tags.php go to line 10 and find


Quote:
function tags_normalize_string($string) {
$string = preg_replace('/[\.\,] *$/', "", $string);
return utf8_strtolower($string);
}
and change it to this
Quote:
function tags_normalize_string($string) {
$string = preg_replace('/[\.\,] *$/', "", $string);
return strtolower($string);
}
hope this helps do you guys know a solution to show rss feed correctly because when i click on RSS to add it to my browser when I look at it, it eliminates special characters.
Reply With Quote
  #67 (permalink)  
Old 03-10-2008, 11:37 AM
Casual Pligger
Pligg Version: 9.9
Pligg Template: default
 
Join Date: Jan 2008
Posts: 46
mafefirendly module works only if the letters are accepted by ASCI file format if it is not this will not work any solutions to my problem...

I would really appreciate any help
Reply With Quote
  #68 (permalink)  
Old 06-28-2008, 01:55 PM
New Pligger
 
Join Date: May 2008
Posts: 7
Je crois que j'ai définitivement règle mon problème d'accents en francais avec pligg.

Si jamais vous avez des questions,

Contactez moi à travers Twinik.com

Bonne chance.
Reply With Quote
  #69 (permalink)  
Old 02-15-2009, 07:14 AM
New Pligger
 
Join Date: Feb 2009
Posts: 1
Hello, I have the same problem with Polish charts (ą ę ć ż ź ó) in the news version of Pligg. How I can fix it?
Reply With Quote
  #70 (permalink)  
Old 08-22-2009, 05:18 AM
New Pligger
Pligg Version: 1.0.0
 
Join Date: Aug 2009
Posts: 14
Hello, People,

Need help with Rss in german. How to avoid in feeds faults with umlauts? No one feed can not be translated. May be somebody have already fixed this problem? So, please help me too.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with translation to czech language due to special characters. stormanx Questions and Comments 6 05-04-2009 10:04 PM
Problem in title, url_title and tags with special characters [svn rev.162] dotx Questions and Comments 4 11-04-2008 04:47 AM
Special characters problem RSS and IE 7 markoi Questions and Comments 1 08-09-2007 01:52 PM
Special Characters "Ñ" "´" - Is a very comented thread mathcv Questions and Comments 7 07-13-2007 08:34 AM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development