2

In Notepad++'s TextFX there is an embedded ASCII to EBCDIC table, but there is a reference to an custom table.

What is the path for the table?

Stavr00
  • 3,219
  • 1
  • 16
  • 28

1 Answers1

2

The file is loaded from $(plugins)\Config\tidy\AsciiToEBCDIC.bin. Use a hex editor to customize the mappings.

Stavr00
  • 3,219
  • 1
  • 16
  • 28