Accepts string general in html_encoded_string.
This commit is contained in:
@@ -149,9 +149,9 @@ feature {WSF_RESPONSE} -- Output
|
|||||||
|
|
||||||
feature -- HTML facilities
|
feature -- HTML facilities
|
||||||
|
|
||||||
html_encoded_string (s: READABLE_STRING_32): READABLE_STRING_8
|
html_encoded_string (s: READABLE_STRING_GENERAL): READABLE_STRING_8
|
||||||
do
|
do
|
||||||
Result := html_encoder.encoded_string (s)
|
Result := html_encoder.general_encoded_string (s)
|
||||||
end
|
end
|
||||||
|
|
||||||
feature {NONE} -- HTML Generation
|
feature {NONE} -- HTML Generation
|
||||||
|
|||||||
Reference in New Issue
Block a user