My character conversion for Ultimate SEO - Polish pack

Ask the community for help and support.
Post Reply
driven22
Posts: 8
Joined: Sun May 30, 2021 2:40 pm

My character conversion for Ultimate SEO - Polish pack

Post by driven22 »

I created a Polish character pack for Ultimate Seo URLs for Phoenix and I'd like to share it. Best regards, Grzesiek ;)

Code: Select all

<?php
 /**
 *
 * ULTIMATE Seo Urls for Phoenix
 *
 * 
 * @package Ultimate Seo Urls 5
 * @license http://www.opensource.org/licenses/gpl-2.0.php GNU Public License
 * Portions Copyright 2008-2009 FWR Media, 2005 Bobby Easland
 * @Id  polish.php
 */

 // Polish Conversions for CAPITALS and regular blocks by Grzesiek
  $char_convert = array ('ĹĽ' => 'z', 'Ĺş' => 'z', 'Ĺ„' => 'n',  'Ăł' => 'o' , 'Ä…' => 'a', 'Ĺ‚' => 'l', 'ć' => 'c',  'Ä™' => 'e', 'Ĺ›' => 's', 'Ĺ»' => 'Z', 'Ä„' => 'A', 'Ć' => 'C', 'Ĺš' => 'S' , 'Ä' => 'E', 'Ĺą' => 'Z', 'Ă“' => 'O', 'Ĺ' => 'L' ,);
  ?>
Post Reply