Loading...
 

Understanding Encoding



Different languages require different characters. Classic character encodings were limited to 255 characters per character set to reduce the amount of disk space required to store text. The original character set, ASCII, was limited to 128 characters and was suitable for English.

The Unicode effort and the UTF-8 encoding were created to support all characters for all languages as efficiently as possible.

Tiki uses UTF-8 internally for all manipulations and has done so for a very long time.

List Slides
Understanding Encoding Different languages require different characters. Classic character encodings were limited to 255 characters per character set to reduce the amount of disk space required to store text. The original character set, ASCII, was limited to 128 characters and was suitable for English. The Unicode effort and the UTF-8 encoding were created to support all characters for all languages as efficiently as possible. Tiki uses UTF-8 internally for all manipulations and has done so for a very long time.