sitemap  |  contact

Sakic.Net Forum
09 January 2009, 14:43 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Introducing AJAX Scroller - Joomla News Slider Module: http://www.sakic.net/news/introducing_ajax_scroller/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Products / SEF Advance / Re: [URL-replace] Saka, you MUST find a better solution for THAT on: 03 August 2008, 00:44
Ok, thank you for your answer.

But finally... if I decide to keep the "é" without replacing it with "ee" or "eee"... I will get an URL like:

http://example.com/%c3%a9t%c3%a9.html (=http://example.com/été.html)

Is that really a problem? Does such an URL work with all browsers? What's about SEO?
Thank you for your answer.

Laurent
2  Products / SEF Advance / Re: [URL-replace] Saka, you MUST find a better solution for THAT on: 02 August 2008, 18:24
Hello again,

You are usign some function to replace upper case by lower case (sefencode and sefdecode).
Couldn't you add a few lines into these functions to replace special and international characters with PHP? Something like this:

Code:
  <?php 

   
Function removeaccents($string1
    { 
     
$string2strtr($string1
   
"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ"
   
"aaaaaaaaaaaaooooooooooooeeeeeeeecciiiiiiiiuuuuuuuuynn"); 

     return 
$string2
    } ; 

?>
 

Could it be a possible solution?

Thank you for your answer.
3  Products / SEF Advance / [URL-replace] Saka, you MUST find a better solution for THAT on: 19 September 2007, 21:12
Hello,  Wink

Your script looks really nice and I was ready to buy it.

BUT my website is french. Do you know that nearly all European languages use accents and special characters and most of languages in the world use other diacritical marks?

Replace "é" with "eee" (for example) is NOT a solution.

--> été (which means summer in french) is not equal to eeeteee!  Tongue


SEF Advanced looks useless for all non english web sites.  Cry

PLEASE let us know if you are willing to solve this problem or if we should look for another SEF script.

Thank you for your answer and sorry for my poor english.

Lorange, from Switzerland.
Pages: [1]