Hello Khaled!
I'm using the last version 7.73 and the $wrap still got a little bug, it "eats" the first space character in this scenario:

pswecho {
var %wraptl = $wrap($2-,%fonte,%fonte.size,%window.size,p1t1w1,0)
var %wrapl = 0
while (%wrapl < %wraptl) {
inc %wrapl
echo $1 $pilaspace     $wrap($2-,%fonte,%fonte.size,%window.size,p1t1w1,%wrapl)
}
:end
}


then when I input:
pswecho $chan 0,1 ☠ 02,1102,11 teste 00,01 ☠ 

it "eats" the first space after 0,1
as you can see in the print:
[Linked Image from i.imgur.com]

when it supposed to shows like this:
[Linked Image from i.imgur.com]


please take a look whenever you can, i hope this is a easy fix

thank you