ExpressionEngine

2.5.0 User Guide

Admin Content Controller Extension Hooks

foreign_character_conversion_array

Allows you to set the foreign character conversion array used to transliterate non-English characters for use in URLs.

Note: If you only need to use one non-dynamically controlled array, you can simply modify system/expressionengine/config/foreign_chars.php

$foreign_characters = $this->extensions->call('foreign_character_conversion_array');
returns:Array

Added in v1.6.0

User Contributed Notes

You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide