class EL_UC_ROUTINES

(source code)

description

Unicode routines

note
	description: "Unicode routines"

	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-15 17:36:39 GMT (Tuesday 15th April 2025)"
	revision: "14"

frozen expanded class
	EL_UC_ROUTINES

inherit
	EL_UC_ROUTINES_I
		export
			{ANY} all
		end

	EL_EXPANDED_ROUTINES

end