VMS has an ANALYZE command that examines an item such as an executable image or an object file displaying information about its contents. Is there such a command for examining the output of msginit which is a binary message catalog file? Something equivalent to ANALYZE/CATALOG?
Asked
Active
Viewed 126 times
1 Answers
4
info gettext might give you some clues. I am not sure what do you really need, but msgunfmt looks promising.
liori
- 612
- 4
- 12
-
Better than just analyze, it converts back to a source file. – CW Holeman II Jun 30 '09 at 22:29