Subject | English | Croatian |
comp., MS | byte order mark | oznaka poretka bajtova (A Unicode character used to indicate that text is encoded in UTF-8, UTF-16 or UTF-32) |
comp., MS | double-byte characters | dvobajtni znakovi (A set of characters in which each character is represented by two bytes. Some languages, such as Japanese, Chinese, and Korean, require double-byte character sets) |
comp., MS | money (An 8-byte, fixed-point data type that is useful for calculations involving money or for fixed-point calculations in which accuracy is extremely important. The Currency data type is used to store numbers with up to 15 digits to the left of the decimal point and 4 digits to the right. The type-declaration character in Microsoft© Visual Basic© is an at sign ( | novčani podaci |
comp., MS | single-byte character set | jednobajtni skup znakova (A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters) |
comp., MS | trail byte | prateći bajt (The byte value that is the second half of a double-byte character) |