Comment and code cleaning.

This commit is contained in:
2015-11-05 21:37:44 +01:00
parent 50ba8ca703
commit 35855941e6
2 changed files with 4 additions and 5 deletions

View File

@@ -410,11 +410,7 @@ feature {NONE} -- Implementation
local
utf: UTF_CONVERTER
do
--if s.is_valid_as_string_8 then
--a_output.append (s.as_string_8)
--else
a_output.append (utf.utf_32_string_to_utf_8_string_8 (s))
--end
a_output.append (utf.utf_32_string_to_utf_8_string_8 (s))
end
feature -- Constants