utf-8
Browser detects ISO-8859-1 encoding on UTF-8 cakePHP app
On the server of my client开发者_运维百科, when I browse the application, the characters are wrong, because all of the Browsers (Firefox, Chrome, IE) decode the page as ISO-8859-1 instead of UTF-8. Lo[详细]
2023-04-11 13:29 分类:问答Read utf-8 characters from MySql into C variables
I have a mysql database, with two fields (firstname, lastname) of type CHAR(255) and characterset utf_general_ci[详细]
2023-04-10 23:53 分类:问答How to tell a field is nvarchar in CakePHP
I want to make sure that the strings I save to the database are properly formatted in UTF-8. I have converted some of the fields into nvarchar. To save the strings properly I need to prefix all string[详细]
2023-04-10 21:44 分类:问答parsing xml and output encoding in php
I generate a lot of posts in Wordpress from an XML file. The worry: accented ch开发者_JAVA百科aracters.[详细]
2023-04-10 20:39 分类:问答How does tokenization and pattern matching work in Chinese.?
This question involves computing as well as knowledge of Chinese. I have chinese queries and I have a separate list of phrases in Chinese I need to be able to find which of these queries have any of t[详细]
2023-04-10 16:50 分类:问答Cannot write text as UTF-8 to file using python
I am working on a program that reads a downloaded webpage (stored as \'something\'.html) and parses it accordingly.I am having some trouble getting the encoding and decoding correct for this program.I[详细]
2023-04-10 16:32 分类:问答Sphinx search: charset table difficulties
I am loosing my mind on this for two days now... I would like to use slovenian letters in sphinx search, all english ones + č ž š (and just in case ć)[详细]
2023-04-10 14:15 分类:问答Howto upload a file encoded in UCS-2 Little Endian into a Mysql table in UTF-8
I have a csv file encoded in UCS-2 Little Endian which I would like to upload into my MySQL table which is encoded in UTF-8 - default collation.I\'m curious as to what the best approach is.If I need t[详细]
2023-04-10 14:02 分类:问答PHP - Fast way to strip all characters not displayable in browser from utf8 string
I\'ve got a little messy database containing names of many institutions around the world. I want to display them including national characters, but without invalid characters - those displayed in fir[详细]
2023-04-10 12:12 分类:问答Encoding issues crawling non-english websites
I\'m trying to get the contents of a webpage开发者_Go百科 as a string, and I found this question addressing how to write a basic web crawler, which claims to (and seems to) handle the encoding issue,[详细]
2023-04-10 09:26 分类:问答