core :: Codec :: codet_size
	# Size of a codet for the target encoding
	fun codet_size: Int is abstract
					lib/core/codecs/codec_base.nit:48,2--49,32
				
	redef fun codet_size do return 1
					lib/core/codecs/utf8.nit:28,2--33
				
	redef fun codet_size do return 1
					lib/core/codecs/iso8859_1.nit:26,2--33