Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
pui["valid LOMFF name 1st chars"]   = ["£","§","$"];
pui["valid LOM name next chars"]    = ["£","§","$","_","."];  //Library, Object, Member.
pui["valid FF name next chars"]     = ["£","§","$","_"];      //Format, Field.

 


Note that in EBCDIC CCSID 37, @ character is 0x7C. In CCSID 1144, § character is 0x7C. So, the valid characters can be determined by checking the CCSID code page for 0x7B, 0x7C, and 0x5B.