Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rat()
Message
From
24/01/2003 16:04:55
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
24/01/2003 16:00:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Rat()
Miscellaneous
Thread ID:
00745242
Message ID:
00745270
Views:
19
>jes, that 'double-byte' stuff. i still have no clue what that is about, and what it is good for. maybe 1 of these years i'll read up on that.

I didn't use it, but the theory is quite simple:

A byte contains 8 bits, or 8 ones and zeroes. That allows for 256 different combinations - enought for uppercase and lowercase letters, digits, and a few additional symbols - but not quite enough to store Latin + Cyrilic + Chinese + Arabic characters.

Saving each letter or symbol as 2 bytes (16 bits) allows the use of ca. 65,000 different symbols.

The Unicode character set is an example of a double-byte character set (the Java language uses Unicode exclusively, for character strings).

I understand that Visual FoxPro has only incomplete support for double-byte character sets or Unicode.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform