<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Lynch Consulting Blog - SMS</title>
			<link>http://www.lynchconsulting.com.au/blog/index.cfm</link>
			<description>A blog about ColdFusion, PHP, Flash, Flex, Web Standards and a mish mash of other technologies</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 13:19:00 --1000</pubDate>
			<lastBuildDate>Tue, 27 Nov 2007 03:01:00 --1000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mark@lynchconsulting.com.au</managingEditor>
			<webMaster>mark@lynchconsulting.com.au</webMaster>
			
			
			
			
			
			<item>
				<title>HOWTO insert a line break in SMS</title>
				<link>http://www.lynchconsulting.com.au/blog/index.cfm/2007/11/27/HOWTO-insert-a-line-break-in-SMS</link>
				<description>
				
				I&apos;ve spent some time today setting up a ColdFusion scheduled task which is sending out text messages (SMS) via Clickatell HTTP API.  SMS contains some reporting data and the problem I encountered was how to display each reporting figure on a new line.  I knew I couldn&apos;t use br or \n for obvious reasons, so there had to be another magic character that did the trick.  That magic character is &lt;strong&gt;%0A&lt;/strong&gt;

For example, if I wanted to display the following text in SMS:
&lt;code&gt;
Line 1
Line 2
&lt;/code&gt;

I would have to write my code like so:
&lt;code&gt;
Line 1%0ALine 2
&lt;/code&gt;

Nice!

Marko
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>HOWTO</category>
				
				<category>SMS</category>
				
				<pubDate>Tue, 27 Nov 2007 03:01:00 --1000</pubDate>
				<guid>http://www.lynchconsulting.com.au/blog/index.cfm/2007/11/27/HOWTO-insert-a-line-break-in-SMS</guid>
				
			</item>
			
		 	
			</channel></rss>