class EL_URI_PATH_STRING_8
Client examples: RHYTHMBOX_CONSTANTS
Encoded location
note
description: "Encoded location"
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: "2024-08-20 13:05:46 GMT (Tuesday 20th August 2024)"
revision: "7"
class
EL_URI_PATH_STRING_8
inherit
EL_URI_STRING_8
redefine
is_reserved
end
create
make_encoded, make_empty, make
convert
make_encoded ({STRING})
feature {NONE} -- Implementation
is_reserved (c: CHARACTER_32): BOOLEAN
do
Result := is_allowed_in_path (c)
end
end