RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

bug: stripunicode() is no longer aliased to stripaccents() #207

Closed thenomain closed 5 months ago

thenomain commented 5 months ago
> think [stripaccents(hüllo)]
hullo

> think [stripunicode(hüllo)]
#-1 FUNCTION (stripunicode) NOT FOUND

> help stripunicode()
STRIPUNICODE()
  Function: stripaccents(<string>)
            stripunicode(<string>)
<etc.>

Thanks.

mrsenile commented 5 months ago

it's part of the alias.conf

grep stripunicode alias.conf

function_alias stripunicode stripaccents

Just add that entry in your alias.conf and you're golden. It's part of the distro for a while, but likely your alias.conf just wasn't updated is all.