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.

extendedtextstrings.txt 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ######################################################
  2. # Rich text with extended information test
  3. [rich-header]
  4. 1D 00 # String length 0x1b=29
  5. 0D # Option flag, rich text + 16bit + extended
  6. 02 00 # Formatting runs
  7. 03 00 00 00 # Far east data size
  8. # String: At a dinner party or
  9. 41 00 74 00 20 00 61 00 20 00
  10. 64 00 69 00 6E 00 6E 00 65 00
  11. 72 00 20 00 70 00 61 00 72 00
  12. 74 00 79 00 20 00 6F 00 72 00
  13. [rich-continue1]
  14. # Continuation record
  15. 00 # option flag
  16. # string:at at at
  17. 41 74 20
  18. 41 74 20
  19. 41 74 20
  20. 00 00 # Formatting run 1, first formatted char at 0
  21. 00 00 # Formatting run 1, Index to font record
  22. 02 00 # Formatting run 2, first formatted char at 2
  23. 00 00 # Formatting run 2, Index to font record
  24. FF FF FF # extended data
  25. ########################################################
  26. # Normal text with extended information.
  27. [norich-header]
  28. 1D 00 # String length 0x1b=29
  29. 05 # Option flag, 16bit + extended
  30. 03 00 00 00 # Far east data size
  31. # String: At a dinner party or
  32. 41 00 74 00 20 00 61 00 20 00
  33. 64 00 69 00 6E 00 6E 00 65 00
  34. 72 00 20 00 70 00 61 00 72 00
  35. 74 00 79 00 20 00 6F 00 72 00
  36. [norich-continue1]
  37. # Continuation record
  38. 00 # option flag
  39. # string:at at at
  40. 41 74 20
  41. 41 74 20
  42. 41 74 20
  43. FF FF FF # extended data