Fiji Web Design
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Character Replacement (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Character Replacement
#107
admin (Admin)
Admin
Posts: 230
graph
User Online Now Click here to see the profile of this user
Re:Character Replacement 4 Months, 4 Weeks ago Karma: 5  
The tags are saved using the default encoding of your database.
They are also displayed, using the default encoding of your Joomla configuration. This is actually in the language file in Joomla1.0.

The tag component does not assume any encoding, so it is up to you to set the correct character encodings.

I would be able to help if provided:

Joomla Version
Database Encoding
Joomla Encoding
URL of website.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#110
Lifette (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Character Replacement 4 Months, 4 Weeks ago Karma: 0  
I did not install it yet on my live site, I tried it on my local server.

Joomla 1.0.15
Db Encoding: From phpmyadmin it says Swedish (but Arabic shows all right on the site) and I think this is a common thing in phpmyadmin with "Eastern" languages.
Joomla language pack: Arabic (windows-1256 encoding)

Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#125
admin (Admin)
Admin
Posts: 230
graph
User Online Now Click here to see the profile of this user
Re:Character Replacement 4 Months, 3 Weeks ago Karma: 5  
Here is a solutions supplied by another user of the tag component:

1.) com_tag; file tag.tasks.php
change on the line 143 ($this->fwd_Tmpl->call('listTagged', $tag, $rows, $pageNav, $this->params, $rel_tags)
change $tag -> urldecode($tag)
2. com_tag; file tag.api.php
change on the line 179
$tag = $this->db->safeEscape($tag); chnge on $tag = urldecode($this->db->safeEscape($tag))
change

See if it works for you.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#164
kodo (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Character Replacement 4 Months ago Karma: 0  
Hi, I have the same.

In title I have: přehled in taf pehled without ř. All words like ěščřžýá is mising in tags.

I try what you write, but all page is destroite.

Maybe I dont understed what I have to change. Please, if you feel, write again because think that I dont now what I have to change.

You wrote:

1.) com_tag; file tag.tasks.php
change on the line 143 ($this->fwd_Tmpl->call('listTagged', $tag, $rows, $pageNav, $this->params, $rel_tags)
change $tag -> urldecode($tag)

2. com_tag; file tag.api.php
change on the line 179
$tag = $this->db->safeEscape($tag); chnge on $tag = urldecode($this->db->safeEscape($tag))
change


Thanks lot, regards
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#165
kodo (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Character Replacement 4 Months ago Karma: 0  
ja ja now I see that in your web isnt good character too.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop