Fixed remaining 6.8 vs 7.0 compilation issue related to UTF8_(URL_)ENCODER
This commit is contained in:
@@ -5,7 +5,7 @@ note
|
|||||||
revision : "$Revision$"
|
revision : "$Revision$"
|
||||||
|
|
||||||
deferred class
|
deferred class
|
||||||
UTF8_URL_ENCODER_I
|
UTF8_ENCODER_HELPER
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
ANY
|
ANY
|
||||||
@@ -5,7 +5,7 @@ note
|
|||||||
revision : "$Revision$"
|
revision : "$Revision$"
|
||||||
|
|
||||||
deferred class
|
deferred class
|
||||||
UTF8_URL_ENCODER_I
|
UTF8_ENCODER_HELPER
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
ANY
|
ANY
|
||||||
@@ -15,13 +15,7 @@ class
|
|||||||
inherit
|
inherit
|
||||||
ENCODER [STRING_32, STRING_8]
|
ENCODER [STRING_32, STRING_8]
|
||||||
|
|
||||||
UNICODE_CONVERSION
|
UTF8_ENCODER_HELPER
|
||||||
export
|
|
||||||
{NONE} all
|
|
||||||
{ANY} is_valid_utf8
|
|
||||||
undefine
|
|
||||||
is_little_endian
|
|
||||||
end
|
|
||||||
|
|
||||||
PLATFORM
|
PLATFORM
|
||||||
export
|
export
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ inherit
|
|||||||
decoded_string
|
decoded_string
|
||||||
end
|
end
|
||||||
|
|
||||||
UTF8_URL_ENCODER_I
|
UTF8_ENCODER_HELPER
|
||||||
redefine
|
redefine
|
||||||
default_create
|
default_create
|
||||||
end
|
end
|
||||||
@@ -30,7 +30,7 @@ feature {NONE} -- Initialization
|
|||||||
|
|
||||||
default_create
|
default_create
|
||||||
do
|
do
|
||||||
Precursor {UTF8_URL_ENCODER_I}
|
Precursor {UTF8_ENCODER_HELPER}
|
||||||
end
|
end
|
||||||
|
|
||||||
feature -- Access
|
feature -- Access
|
||||||
|
|||||||
Reference in New Issue
Block a user