Ticket #48 (new enhancement)

Opened 2 years ago

Last modified 1 year ago

ASCII view of data

Reported by: haypo Assigned to: cyril
Priority: normal Milestone:
Component: ui-wx Keywords:
Cc:

Description

Be able to display data as ASCII view, modes:

  • strict: code not in 32..127 are replaced by "." or "?"
  • latin: code not in 32..255 are replaced by "." or "?", code in 128..255 are is ISO-8859-1

Attachments

Change History

(in reply to: ↑ description ) 10/31/06 15:46:51 changed by cyril

Replying to haypo:

Be able to display data as ASCII view, modes: * strict: code not in 32..127 are replaced by "." or "?" * latin: code not in 32..255 are replaced by "." or "?", code in 128..255 are is ISO-8859-1

Let's use "."

"?" looks very annoying especially when you have many of them together: "ab33????????????????"

07/28/07 15:19:03 changed by Alexandre Boeglin

Please also note that character 127 is Delete, and is not printable


Add/Change #48 (ASCII view of data)