1. Text data encoded using a character set where each character is represented by a single byte (8 bits), typically supporting ASCII or extended ASCII character sets
The legacy system only supports single-byte text encoding, so Unicode characters cannot be stored.
O sistema legado apenas suporta codificação de texto de byte único, portanto caracteres Unicode não podem ser armazenados.
2. Character data limited to 256 possible characters per byte, without multi-byte character support
Single-byte text files are smaller in size compared to UTF-8 encoded documents.
Arquivos de texto de byte único têm menor tamanho em comparação com documentos codificados em UTF-8.