Unicode
| Jump To: |
|
| Also found in: |
|
The programming language Java and the Windows operating system use Unicode characters by storing them in memory as 16-bit values. In the C/C++ programming language, a character is 8 bits. In Windows and Java, “utilizing Unicode” means using UTF-16 as the character-Âencoding standard to not only manipulate text in memory but also pass strings to APIs. Windows developers interchangeably use the terms “Unicode string” and “wide string” (meaning “a string of 16-bit characters”).
See Also: Bit and Bit Challenges; Programming Languages C, C++, Perl, and Java.
Webster's New World Hacker Dictionary Copyright © 2006 by Bernadette Schell and Clemens Martin.
Published by Wiley Publishing, Inc., Indianapolis, Indiana.
Used by arrangement with John Wiley & Sons, Inc.
Alternate definitions:
Link to this page:
Cite this page:
MLA Style
"Unicode." Webster's New World Hacker Dictionary. 2009
- Your Dictionary. 5 July 2009
- <www.yourdictionary.com/hacker/unicode>
APA Style
Unicode. (2009). In Webster's New World Hacker Dictionary
- Retrieved July 5th, 2009, from www.yourdictionary.com/hacker/unicode
Browse dictionary definitions near Unicode

Comments:
Please Login or Register to post a comment