What is "mojibake"?
Q: What is "mojibake"?
A: Mojibake is the term for incorrect and unreadable characters that appear when computer software fails to display text correctly.
Q: How is text encoded when using computers?
A: Text is encoded using a character encoding, where each character is replaced by its position or number in the encoding.
Q: What happens when the original encoding is not specified when transferring text?
A: When the original encoding is not specified, a different character may be used when the number is replaced with the character for display.
Q: What is Unicode, and how does it solve this problem?
A: Unicode is a character encoding standard that can represent most characters in two bytes. It solves the problem of using different character encodings and ensures that characters are displayed correctly.
Q: What are some examples of other character encodings that were used before Unicode?
A: ISO-8859 is an example of another character encoding that was used before Unicode.
Q: How many different encodings does ISO-8859 contain?
A: ISO-8859 contains 15 different encodings.
Q: Are the special characters in ISO-8859 the same for all of its encodings?
A: No, the special characters in ISO-8859 are filed differently for each encoding.