user3464522
user3464522

Reputation: 71

How do I find what extended character code is entered

I'm trying to see what's being stored in a record for the extended character è using ED editor in TCL, when I did the ^ arrow, it showed as ^!!!! invalid character. I even tried to use UNISEQ on the character but it returing null. Does anyone have any ideas? I'm using Universe under Unix AIX.

02 ED TEST TESTEX
1 lines long.
----: t
Top.
0001: è
----: ^
Up-arrow display mode     = enabled
WARNING: Line has invalid internal characters, and may display incorrectly.
0001: ^!!!!

Upvotes: 1

Views: 139

Answers (2)

jbmonco
jbmonco

Reputation: 130

You could try AE instead of ED. AE filename record-name. Then use the caret command "^" to show what values are there. Then you can use the R command (replace) to replace it. R/^123/^232/

Upvotes: 3

webthaumaturge
webthaumaturge

Reputation: 1248

Try copying the record into a type 19 file (directory) and then open it outside of Universe with a hex editor.

Upvotes: 0

Related Questions