Size of a codet for the target encoding

Property definitions

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

core $ UTF8Codec :: codet_size
	redef fun codet_size do return 1
lib/core/codecs/utf8.nit:28,2--33

core $ ISO88591Codec :: codet_size
	redef fun codet_size do return 1
lib/core/codecs/iso8859_1.nit:26,2--33