New build of AfterGRASP is up for download

http://www.aftergrasp.com/download/

agsetup_20100128.exe

----------------------------------------------------------------------------
Thu, 28 January 2010

Small fix to STRHTMLSTRIP for ascii characters >127

STRRTFTOHTML now encodes tab characters as <TAB>

New command CLIPBOARDGETTEXTUNICODE, works exactly like CLIPBOARDGETTEXT
except the result is a 16bit per character BSTR.

New command STRTEXTTOHTML, handles UNICODE strings as input, converts
plain text into HTML text. It replaces:
\n into <BR>
\t into <TAB>
<  into &lt;
>  into &gt;
&  into &amp;
and other characters above 127 into &#00000; format.

----------------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"aftergrasp" group.
To post to this group, send email to aftergr...@googlegroups.com.
To unsubscribe from this group, send email to 
aftergrasp+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/aftergrasp?hl=en.

Reply via email to