<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Posting_HTML_in_JSON</id>
		<title>Posting HTML in JSON - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Posting_HTML_in_JSON"/>
		<link rel="alternate" type="text/html" href="http://logicwiki.co.uk/index.php?title=Posting_HTML_in_JSON&amp;action=history"/>
		<updated>2026-09-23T18:49:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://logicwiki.co.uk/index.php?title=Posting_HTML_in_JSON&amp;diff=2373&amp;oldid=prev</id>
		<title>AliIybar: Created page with &quot;Category:JSON Category:API  * Encode the file before sending  &lt;pre&gt; byte[] utf8 = htmlMessage.getBytes(&quot;UTF8&quot;); htmlMessage= new String(new Base64().encode(utf8)); &lt;/p...&quot;</title>
		<link rel="alternate" type="text/html" href="http://logicwiki.co.uk/index.php?title=Posting_HTML_in_JSON&amp;diff=2373&amp;oldid=prev"/>
				<updated>2024-08-27T12:27:42Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:JSON&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:JSON (page does not exist)&quot;&gt;Category:JSON&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:API&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:API (page does not exist)&quot;&gt;Category:API&lt;/a&gt;  * Encode the file before sending  &amp;lt;pre&amp;gt; byte[] utf8 = htmlMessage.getBytes(&amp;quot;UTF8&amp;quot;); htmlMessage= new String(new Base64().encode(utf8)); &amp;lt;/p...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:JSON]]&lt;br /&gt;
[[Category:API]]&lt;br /&gt;
&lt;br /&gt;
* Encode the file before sending &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
byte[] utf8 = htmlMessage.getBytes(&amp;quot;UTF8&amp;quot;);&lt;br /&gt;
htmlMessage= new String(new Base64().encode(utf8));&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Decode the file after receiving&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
byte[] dec = new Base64().decode(htmlMessage.getBytes());&lt;br /&gt;
htmlMessage = new String(dec , &amp;quot;UTF8&amp;quot;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>AliIybar</name></author>	</entry>

	</feed>