<?php
class StarCapabilityProfile extends DefaultCapabilityProfile {
	
	
	function getSupportedCodePages() {
		// TODO include Spec B here.
		
		
	}
	
	// TODO, some function to tell Escpos.php to use ESC GS t n instead of ESC t n
}