Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text file conversation from ISO-8859-2 to UTF-8
#5
Macro Macro1191
Code:
Copy      Help
str s="RmF4IOrh6SBBY3JvYmF0IFdyaXRlcnMgzO/t3OT57SDRwcU="
s.decrypt(4) ;;decode base64
;out s

s.unicode(s 28597) ;;ISO-8859-7 -> UTF-16
s.ansi ;;UTF-16 to QM code page (UTF-8 in Unicode mode)
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)