From OpenSCADAWiki
Revision as of 20:30, 24 March 2023 by FuzzyBot (Talk | contribs) (Importing a new version from external source)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Methods for coding of symbol sequences (enum — TSYS::Code):

  • PathEl — element of the path (the characters: '/' and '%' to the form '%2f');
  • HttpURL — address of the browser (http url);
  • Html — special characters for use in html;
  • JavaSc — end of line character for JavaScript;
  • SQL — SQL-query value;
  • Custom — selective coding of the specified characters;
  • base64 — encoding in the standard Base64;
  • FormatPrint — coding/masking of the formatting elements for functions like "printf";
  • oscdID — coding of the nodes' identifiers;
  • Bin — encoding of the binary data in text and vice versa;
  • Reverse — invert the order of characters in the line;
  • ToLower — convert to the lower case;
  • ShieldSymb — shielding-encoding symbols with the slash symbol "\" and decoding their back to the real code;
  • ShieldBin — shielding-encoding all binary symbols [\x0-\x8\xB-\xC\x0E-\x1F] with the slash symbol "\".