Merge branch 'develop'

This commit is contained in:
Jocelyn Fiat
2018-01-29 22:16:57 +01:00

View File

@@ -48,6 +48,7 @@ feature -- Encoder
if uc.is_character_8 then if uc.is_character_8 then
c := uc.to_character_8 c := uc.to_character_8
inspect c inspect c
when '%U' then Result.append_string ("\u0000")
when '%"' then Result.append_string ("\%"") when '%"' then Result.append_string ("\%"")
when '\' then Result.append_string ("\\") when '\' then Result.append_string ("\\")
when '%B' then Result.append_string ("\b") when '%B' then Result.append_string ("\b")