Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/02/2025 in Posts

  1. The file is not a binary file, it is just a plain text file using UTF-16 big endian encoding (most text files are ANSI). To read/write it, you cannot use open/read-line/write-line on AutoCAD, as these do not support Unicode double-byte encoding. Instead, you can use the ADO Stream object - here are some existing examples from VovKa: https://www.theswamp.org/index.php?topic=39617.0
    2 points
  2. Like Lee inside Notepad++ is the correct encoding and it is detected which is why I could read.
    1 point
×
×
  • Create New...