ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

[idea] Text to Unicode Conversion

<< < (2/2)

skrommel:
 :) Here's an AutoHotkey version!

Skrommel


--- ---input=http://www.example.com
output=
Loop,Parse,input,
  output:=output "&" Asc(A_LoopField) ";"
MsgBox,%output%

Navigation

[0] Message Index

[*] Previous page

Go to full version