People:
Code: Select all
::writefile("<curpath>\Decoded.txt", ÇÃ, ,"b"); open "<curpath>\Decoded.txt";So I'd like to have something like:
Code: Select all
::writefile("<curpath>\Decoded.txt", <clipboard>, ,"b"); open "<curpath>\Decoded.txt";How do I incorporate the "utf8decode" function into this?
Using
Code: Select all
::text report(utf8decode(<clipboard>))Code: Select all
::text report "utf8decode <clipboard>"Code: Select all
::msg(utf8decode(<clipboard>))Also, decoded text displays both "Á" and "Í" as "?"
I'd like to simply have a text decoder that could grab UTF-8 encoded text out of clipboard and have it decoded as a .txt in the current folder.
Any help, please...?
Thanks!
TAG: UTF-8 decoder - UTF8 - weird character - corrupted - unreadable
XYplorer Beta Club
