Topic profile page for UTF 8.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: UTF 8.
Topic "Utf 8" was discussed 63,141 times on 3,174 sites in last 3 months
Started 7 hours, 38 minutes ago (2009-12-03 08:10:00)
by mluggy
I've noticed the very same index size is created when using either sbcs or utf-8. Wouldn't sbcs suppose to take 1/2 the size? Is there a benefit of using either one for an English-only dataset?
Started 1 day, 4 hours ago (2009-12-02 11:04:00)
by IJU
Dear SAS Experts!!! We are getting SAS datasets with Unicode UTF-8 encoding from another country. Our English SAS 9.2 does not support Unicode. A simple data step that reads an utf-8 dataset generates the following log error message: NOTE: Data file UTF8.HE.DATA is in a format that is native to another host, or the file encoding does not match the session encoding. ...
Started 1 week, 1 day ago (2009-11-24 16:57:00)
by aksival
UTF-8 and PHP File Functions I have no trouble handling Unicode characters like this: Code: Input (HTML form) --> PHP script --> MySQL Database And, of course, getting the information back out again. I'm handling all Western as well as Russian and Chinese characters just fine. I can also write files that contain Unicode ...
Started 6 days, 15 hours ago (2009-11-27 00:10:00)
by Albert Cahalan
( Andrew McMillan writes: > On Wed, 2009-04-08 at 10:15 +0200, Giacomo A. Catenazzi wrote: > > So I've a question: what does UTF-8 mean in this context \(C.UTF- ? .... > So given a character which is outside of the 0x00 environment which does not specify an encoding, I would like to one day > be able to categorically state that "Debian will by default assume...
Started 3 days, 10 hours ago (2009-11-30 05:31:00)
by stuhasic
Hi all. As I get more into RB I keep trying to do more new things - anyway, I'm stuck and looking for some help. Here's the situation. I have an RB app (Mac) that reads in a text file (separate strings for each line). The text file is UTF-8 encoded Japanese text. It reads it in fine an displays on the screen fine. Then the app uses a TCP connection to send the strings to another computer (...