class EL_UTF_8_CONVERTER_IMP

(source code)

description

UTF-8 string converter as creatable version of EL_UTF_8_CONVERTER_I for use in a module.

note
	description: "[
		UTF-8 string converter as creatable version of ${EL_UTF_8_CONVERTER_I} for use
		in a module.
	]"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-04-20 9:04:10 GMT (Sunday 20th April 2025)"
	revision: "2"

class EL_UTF_8_CONVERTER_IMP inherit ANY

	EL_UTF_8_CONVERTER_I
		export
			{ANY} all
		end

end