Unicode Quotes & Sayings
Enjoy reading and share 5 famous quotes about Unicode with everyone.
Top Unicode Quotes

When expressing a regular character literal, you simply use single quotes: 'This is a regular character string literal'. When expressing a Unicode character literal, you need to specify the character N (for National) as a prefix: N'This is a Unicode character string literal'. — Itzik Ben-Gan

If you are a programmer working in 2006 and you don't know the basics of characters, character sets, encodings, and Unicode, and I catch you, I'm going to punish you by making you peel onions for six months in a submarine. — Joel Spolsky

By leveraging the Unicode Standard, Progress Software is enabling its ASPs (Application Service Providers) and ISVs (Independent Software Vendors) to quickly and efficiently deliver their business applications to the Internet and to users around the world. — Joseph Alsop

Google's objective is to organize the world's information and to make it accessible. Unicode plays a central role in this effort because it is the principal means by which content in every language can be represented in a form that can be processed by software. As Unicode extends its coverage of the world's languages, it helps Google accomplish its mission. — Vinton Cerf

Modern programs must handle Unicode - Python has excellent support for Unicode, and will keep getting better. — Guido Van Rossum