You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

evencontinuation.txt 599B

123456789101112131415161718
  1. [header]
  2. 14 00 # String length 0x14=20
  3. 01 # Option flag, 16bit
  4. # String: At a dinner party or
  5. 41 00 74 00 20 00 61 00 20 00
  6. 64 00 69 00 6E 00 6E 00 65 00
  7. 72 00 20 00 70 00 61 00 72 00
  8. 74 00 79 00 20 00 6F 00 72 00
  9. [continue1]
  10. # Continuation record (new string on the boundry)
  11. 11 00 # String length 0x11=17
  12. 00 # Option flag, 8bit
  13. # String: At a dinner party
  14. 41 74 20 61 20
  15. 64 69 6E 6E 65
  16. 72 20 70 61 72
  17. 74 79