Hi, In the browser console on stringjs.com, I tried the following: S("ревущий фьорд").slugify().s which returns "" (empty string) I was hoping it would return the same as the World of Warcraft API slug, ie "ревущии-фьорд" ( http://eu.battle.net/api/wow/realm/status?locale=ru_RU ) Which seems to remove accents (etc) from chars and convers spaces to hyphens. I can dream, cant I :) Thanks, Chris