Click here to Skip to main content
15,893,594 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Superscript and Subscript Calculation Pin
User 171649227-Aug-06 8:16
professionalUser 171649227-Aug-06 8:16 
Questionencoding Pin
militiaware23-Aug-06 20:55
militiaware23-Aug-06 20:55 
AnswerRe: encoding Pin
Zac Howland24-Aug-06 3:41
Zac Howland24-Aug-06 3:41 
GeneralRe: encoding Pin
Sebastian Schneider24-Aug-06 23:11
Sebastian Schneider24-Aug-06 23:11 
GeneralRe: encoding Pin
Zac Howland25-Aug-06 4:13
Zac Howland25-Aug-06 4:13 
GeneralRe: encoding Pin
Sebastian Schneider25-Aug-06 4:21
Sebastian Schneider25-Aug-06 4:21 
GeneralRe: encoding Pin
Zac Howland25-Aug-06 4:29
Zac Howland25-Aug-06 4:29 
GeneralRe: encoding Pin
Dan Neely25-Aug-06 4:38
Dan Neely25-Aug-06 4:38 
Zac Howland wrote:
http://www.utf-8.com/

You can find the RFC for it there as well. UTF-8 only holds the lower subset of the UNICODE standard. UTF-16 holds the whole thing.


No it does not, as you'd know if you actually read the first few lines of your link.

www.utf-8.com wrote:

What is UTF-8?

UTF-8 stands for Unicode Transformation Format-8. It is an octet (8-bit) lossless encoding of Unicode characters.

UTF-8 encodes each Unicode character as a variable number of 1 to 4 octets, where the number of octets depends on the integer value assigned to the Unicode character. It is an efficient encoding of Unicode documents that use mostly US-ASCII characters because it represents each character in the range U+0000 through U+007F as a single octet. UTF-8 is the default encoding for XML.


Which is what Sebastian said. It's 8bits for us ascii, and expands to upto 32 for the remainder of unicode.
GeneralRe: encoding Pin
Zac Howland25-Aug-06 4:46
Zac Howland25-Aug-06 4:46 
GeneralRe: encoding Pin
Sebastian Schneider26-Aug-06 13:28
Sebastian Schneider26-Aug-06 13:28 
GeneralPoincaré Conjecture Pin
Bassam Abdul-Baki23-Aug-06 8:00
professionalBassam Abdul-Baki23-Aug-06 8:00 
GeneralRe: Poincaré Conjecture Pin
El Corazon23-Aug-06 8:14
El Corazon23-Aug-06 8:14 
GeneralRe: Poincaré Conjecture Pin
Bassam Abdul-Baki23-Aug-06 8:15
professionalBassam Abdul-Baki23-Aug-06 8:15 
GeneralRe: Poincaré Conjecture Pin
A.A.23-Aug-06 13:06
A.A.23-Aug-06 13:06 
QuestionCircular layout algorithm Pin
Vitaliy Tsvayer23-Aug-06 5:11
Vitaliy Tsvayer23-Aug-06 5:11 
AnswerRe: Circular layout algorithm Pin
Paul Conrad14-Jul-07 10:21
professionalPaul Conrad14-Jul-07 10:21 
QuestionHow to realize the infrared effect when using realtime 3D software? Pin
stonylhy23-Aug-06 4:16
stonylhy23-Aug-06 4:16 
AnswerRe: How to realize the infrared effect when using realtime 3D software? Pin
El Corazon23-Aug-06 6:48
El Corazon23-Aug-06 6:48 
Questionthe shortest path Pin
ihe23-Aug-06 0:47
ihe23-Aug-06 0:47 
AnswerRe: the shortest path Pin
Dan Neely23-Aug-06 2:16
Dan Neely23-Aug-06 2:16 
GeneralRe: the shortest path Pin
ihe25-Aug-06 2:05
ihe25-Aug-06 2:05 
GeneralRe: the shortest path Pin
Dan Neely25-Aug-06 2:18
Dan Neely25-Aug-06 2:18 
AnswerRe: the shortest path Pin
Zac Howland23-Aug-06 5:38
Zac Howland23-Aug-06 5:38 
GeneralRe: the shortest path Pin
ihe25-Aug-06 2:08
ihe25-Aug-06 2:08 
AnswerRe: the shortest path Pin
El Corazon23-Aug-06 6:52
El Corazon23-Aug-06 6:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.