Posted to tcl by Bradipo at Thu Jan 26 20:17:05 GMT 2012view raw

  1. % set tcl_platform(byteOrder)
  2. littleEndian
  3. % ::base64::encode [encoding convertto unicode "Tcl"]
  4. VABjAGwA
  5.  
  6. % set tcl_platform(byteOrder)
  7. bigEndian
  8. % ::base64::encode [encoding convertto unicode "Tcl"]
  9. AFQAYwBs
  10.  
  11.