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

Feature Request: stripUTF8() #179

Closed thenomain closed 11 months ago

thenomain commented 1 year ago

A function, stripUTF8(), that acts exactly like stripaccents().

Thanks!

mrsenile commented 11 months ago

This was done as stripunicode a while ago, and remodified to be an alias to stripaccents as accents now handle utf8/unicode

Code modificed per branch: https://github.com/RhostMUSH/trunk/commit/9fb296aca0a5e9c6444ea0db4249b445917cc2df

Code replaced from hardcoded function to alias: https://github.com/RhostMUSH/trunk/commit/bae0235cff55c99cf5c62de5ea04d82758d8ccfe

Old Rhost's make sure you have the alias in your alias.conf file: function_alias stripunicode stripaccents