7

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?

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
CW Holeman II
  • 3,654
  • 5
  • 31
  • 49

1 Answers1

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