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$"
|
||||
|
||||
deferred class
|
||||
UTF8_URL_ENCODER_I
|
||||
UTF8_ENCODER_HELPER
|
||||
|
||||
inherit
|
||||
ANY
|
||||
@@ -5,7 +5,7 @@ note
|
||||
revision : "$Revision$"
|
||||
|
||||
deferred class
|
||||
UTF8_URL_ENCODER_I
|
||||
UTF8_ENCODER_HELPER
|
||||
|
||||
inherit
|
||||
ANY
|
||||
@@ -15,13 +15,7 @@ class
|
||||
inherit
|
||||
ENCODER [STRING_32, STRING_8]
|
||||
|
||||
UNICODE_CONVERSION
|
||||
export
|
||||
{NONE} all
|
||||
{ANY} is_valid_utf8
|
||||
undefine
|
||||
is_little_endian
|
||||
end
|
||||
UTF8_ENCODER_HELPER
|
||||
|
||||
PLATFORM
|
||||
export
|
||||
|
||||
@@ -21,7 +21,7 @@ inherit
|
||||
decoded_string
|
||||
end
|
||||
|
||||
UTF8_URL_ENCODER_I
|
||||
UTF8_ENCODER_HELPER
|
||||
redefine
|
||||
default_create
|
||||
end
|
||||
@@ -30,7 +30,7 @@ feature {NONE} -- Initialization
|
||||
|
||||
default_create
|
||||
do
|
||||
Precursor {UTF8_URL_ENCODER_I}
|
||||
Precursor {UTF8_ENCODER_HELPER}
|
||||
end
|
||||
|
||||
feature -- Access
|
||||
|
||||
Reference in New Issue
Block a user