Web Framework (97)

63 Name: #!/usr/bin/anonymous : 2008-02-14 12:23 ID:A7jyxFQb

>what exactly does one need to convert a bytestring into "usable characters"?

This is the dumbest question I have heard here yet. Any application which needs to do actual processing on text will need to know where one character stops and another character begins. If you don't know what character set is inside your blob of byte[] then how do you even find out where the spaces are to break at the word boundaries?

This thread has been closed. You cannot post in this thread any longer.