Fixed code to be compilable with EiffelStudio 6.8 and 7.0 (due to recent change in UNICODE_CONVERSION) UNICODE_CONVERSION

This commit is contained in:
Jocelyn Fiat
2011-10-31 08:42:48 +01:00
parent 812f521c88
commit 6f600362e3
5 changed files with 129 additions and 7 deletions

View File

@@ -21,12 +21,7 @@ inherit
decoded_string
end
UNICODE_CONVERSION
export
{NONE} all
{ANY} is_valid_utf8
undefine
is_little_endian
UTF8_URL_ENCODER_I
redefine
default_create
end
@@ -35,7 +30,7 @@ feature {NONE} -- Initialization
default_create
do
Precursor {UNICODE_CONVERSION}
Precursor {UTF8_URL_ENCODER_I}
end
feature -- Access