converter.ini 644 B

12345678910
  1. ; This section contains the paremters for command ASCII -> Hex
  2. ; If you modify directly this file, please restart your Notepad++ to take effect.
  3. ; * insertSpace: this parameter allows you to insert a white space between the generated hex codes. Set the value to 1 to enable it, 0 otherwise.
  4. ; * uppercase: this parameter allows you to make a-f in UPPERCASE (ie. A-F). Set the value to 1 to enable it , 0 otherwise.
  5. ; * nbCharPerLine:this parameter allows you to break line. The value you set is the number of ascii character per line. Set the value from 0 to whatever you want.
  6. [ascii2Hex]
  7. insertSpace=0
  8. uppercase=1
  9. nbCharPerLine=16