Returns the instance of a UTF-8 Codec

Property definitions

core :: utf8 $ Sys :: utf8_codec
# Returns the instance of a UTF-8 Codec
fun utf8_codec: Codec do return once new UTF8Codec
lib/core/codecs/utf8.nit:83,1--84,50