I think Token should be able to convert non-English letters and characters (see Pathauto.module, for example)

Comments

eaton’s picture

Status: Active » Closed (works as designed)

Sorry, that kind of conversion is outside of token.module's problem domain. Token DOES allow modules like pathauto to do that sort of conversion on the tokens before using them. But it would add too much overhead (and strange opportunities for errors) to put it in token.module itself.