https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #103 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194168&action=edit Bug 35104: Use Unicode Control Pictures in nonxml_stripped context snippets Instead of a [U+XXXX] marker, the context snippet now shows a visible glyph in place of the stripped character: C0 controls (U+0000-U+001F) -> Unicode Control Pictures (U+2400-U+241F) DEL (U+007F) -> U+2421 SYMBOL FOR DELETE (?) other non-XML characters -> U+FFFD REPLACEMENT CHARACTER (?) The first line of the error message is unchanged, continuing to identify the character by its decimal value and U+XXXX code: 336$a: invalid char value 8 (U+0008) at position 12 t $xtac arr?\ $btxt V $2rdac ontent ^ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
