<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.simswiki.info/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://simswiki.info/index.php?action=history&amp;feed=atom&amp;title=Talk%3ADBPF%2FCompression</id>
		<title>Talk:DBPF/Compression - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://simswiki.info/index.php?action=history&amp;feed=atom&amp;title=Talk%3ADBPF%2FCompression"/>
		<link rel="alternate" type="text/html" href="http://simswiki.info/index.php?title=Talk:DBPF/Compression&amp;action=history"/>
		<updated>2026-05-27T22:12:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://simswiki.info/index.php?title=Talk:DBPF/Compression&amp;diff=23147&amp;oldid=prev</id>
		<title>Jfade at 03:05, 22 April 2008</title>
		<link rel="alternate" type="text/html" href="http://simswiki.info/index.php?title=Talk:DBPF/Compression&amp;diff=23147&amp;oldid=prev"/>
				<updated>2008-04-22T03:05:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Control Character Inaccuracy? ==&lt;br /&gt;
&lt;br /&gt;
A friend and I are currently working on a new thing for handling DBPF packages in Java, and I noticed some discrepancies in the control characters listed here. In my old C# source code, the control character info I have matches what is shown on [http://old_wiki.modthesims2.com/Packages the old wiki], but the information here, when put to the test, does not work. For example, if we go from what's here and read control character E4, we get this length for the num plain text:&lt;br /&gt;
  Num plain text: ((byte0 &amp;amp; 0x1F) &amp;lt; &amp;lt; 2 )&lt;br /&gt;
But that doesn't work for this file, because in our case, the next control character appears 20 characters later, not 16, matching the old code:&lt;br /&gt;
  Num plain text: ((byte0 &amp;amp; 0x1F) &amp;lt; &amp;lt; 2 ) + 4&lt;br /&gt;
And according to the old info, the later control characters documented here don't even exist as they're described... So I'm wondering: Why was the change made between the old wiki and this page?&lt;br /&gt;
&lt;br /&gt;
--[[User:Jfade|Jfade]] 22:05, 21 April 2008 (CDT)&lt;/div&gt;</summary>
		<author><name>Jfade</name></author>	</entry>

	</feed>