mIRC Homepage
Posted By: Wims $cb(1,u) not returning utf8 encoded text - 31/10/17 08:19 PM
This was working on 6.35, $cb(1,u) with é in the clipboard would properly return the two bytes 195 169, but it returns é on 7.51. $cb(N,u) always seems to return the same value as $cb(N) right now.


Also for convenience, it would be a good idea to extend $cb to allow something like $cb.utf or similar 'property' to get the utf8 encoded text of the full clipboard, otherwise we need to loop over $cb(N,u) and add utf8 encoded $crlf ourselves which isn't that cool.
Getting the length of the full clipboard would also be handy: $cb.len
Posted By: Khaled Re: $cb(1,u) not returning utf8 encoded text - 01/11/17 06:46 AM
Thanks for your bug report. This issue has been fixed for the next version.
© mIRC Discussion Forums