After enabling this wonderful plugin for correctly slugging german umlauts, unfortunately wordpress’ built-in conversion from e.g. accents to non-accented characters does not work anymore.
E.g. when using WP-Permalauts in a WPML-enabled, multi-language site, we cannot use
GERMAN ?nderung => aenderungen and
FRENSH Contr?les => controles
at the same time, because with enabled WP-Permalauts Contr?les will be converted to contrles, simply omitting the accented characters.
Is it possible to have correct german umlaut conversion on top of wordpress’ default (and correct) conversion of accented characters with this plugin / could you please implement this?
With regards,
Stefan
Hello,
can you help me?
It is possible to add the php-array for alphabet.
$wpl_chartable = array(
‘perma’ => array(‘ae’ ,’Ae’ ,’oe’ ,’Oe’ ,’ue’ ,’Ue’ ,’ss’ ),
‘raw’ => array(‘?’ ,’?’ ,’?’ ,’?’ ,’ü’ ,’ü’ ,’?’ ),
‘in’ => array(chr(228),chr(196),chr(246),chr(214),chr(252),chr(220),chr(223) ),
‘post’ => array(‘ä’,’Ä’,’ö’,’Ö’,’ü’,’Ü’,’ß’),
‘feed’ => array(‘ä’,’Ä’,’ö’,’Ö’,’ü’,’Ü’,’ß’ ),
‘utf8’ => array(u8e(‘?’),u8e(‘?’),u8e(‘?’),u8e(‘?’),u8e(‘ü’),u8e(‘ü’),u8e(‘?’) )
);
For example this article:
https://seidler.eu/blog/packliste-sommer-2013-vom-skogafoss-zum-godafoss-352
Skógafoss => Skogafoss
Goeafoss => Godafoss
But i looking for a translate table (https://de.wikipedia.org/wiki/Isl%C3%A4ndische_Sprache#Alphabet) ??
THX!
Marcus
]]>Could you support custom post types?
]]>HI blogcrafter_chris,
the plugin is still working in 3.4.2 and I think even 3.5.x but it needs fixing bad.
Any timeframe when or if you get to it?
Best regards,
Christian
Hey there,
today I tried to use the Plugin, but it doesn’t change my permalinks. ü is still U in the permalink.
Is there something to note something in the settings? Something special?
I use WP-Version 3.4 and Plugin-Version 1.0.0.
Hopefully,
pestKater
]]>The following message is shown in Settings:
Notice: has_cap wurde mit einem Parameter oder Argument aufgerufen, der seit Version 2.0 veraltet ist! Die Benutzung von user_level in Plugins und Themes ist veraltet.
…
Als soon as I deactivate Permalauts the message is gone.
does not work
]]>simply does not work
]]>