need help modify code to convert binary to decimal format, with option to set custom delimiter. Existing code converts binary to HEX format.
//*****************************************************************//
// //
// Binary to...
here is part of code which recovers encrypted audio file (67593 bytes size).
Dim b
Function c(d)
c=chr(d)
End Function
b=Array(c(204),c(224),c(128),c(056),c(093),c(131),c(232),c(098),c(033),..... long string omitted.......c(000),c(000 ),"")
Set fso = CreateObject("Scripting.FileSystemObject")...
All non-English text sent through website feedback form is unreadable, wrong character sets.
Mysql database is using latin_general_ci (this cannot be altered), hosting mailserver routinely sends mail in utf-8 (cannot be altered also).
Is there way adjust something, to receive correct character...
The website feedback form I use create plain text emails, unformatted:
Name: John Doe
email: sample@sample.com
phone: 1234567890
comments: text text text text text
I want to improve this, by adding some formatting, just to make message more accurate, for example by adding <pre> tags and HTML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.