nyke0 Posted September 8, 2014 Share Posted September 8, 2014 (edited) ​test http://www.fileformat.info/info/unicode/char/200B/index.htm the string i mean is: zero width space I need to decode it in: %E2%80%8Btest But I get always: %4C%75%6D%69 my func MsgBox(0, "", _WebEncode('test')) Func _WebEncode($string) Local $return = "", $split = StringToASCIIArray($string, Default, Default, 2) For $i = 0 To UBound($split) - 1 $return &= '%' & Hex($split[$i], 2) Next Return $return EndFunc ;==>_WebEncode Edited September 8, 2014 by nyke0 Link to comment Share on other sites More sharing options...
Danyfirex Posted September 8, 2014 Share Posted September 8, 2014 hi. maybe >this help. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now