latin1
Encoding problem with reading website, three different encodings
I have a problem with a WebRequest in C#. It\'s a google page. The header states text/html; charset=ISO-8859-1[详细]
2023-02-07 17:15 分类:问答problem with unicode decoding
This is funny.. I am trying to read geographic lookup data from openstreetmap. The code that performs the query looks like this[详细]
2023-02-06 16:16 分类:问答SQL Server database with Latin1 codepage shows Japanese Chars as "?"
Three questions with the following scenario: SQL Server 2005 production db with a Latin1 codepage and showing \"?\" for invalid chars in Management Studio.[详细]
2023-01-27 22:54 分类:问答I have set php-mysql-apache to work on latin1 but when doing back-ups my character-set client is still utf8
Yes, I know what you think, but for the moment we decided to go for latin1. This is the mySQL config: •mysql> SHOW VARIABLES LIKE \'character_set_%\';[详细]
2023-01-19 17:20 分类:问答How can I detect non-western characters?
I want to disallow certain UTF-8 input (server-side), e.g. eastern languages, where example input might be \" 伊 \".[详细]
2023-01-10 12:33 分类:问答Python 3 chokes on CP-1252/ANSI reading
I\'m working on a series of parsers where I get a bunch of tracebacks from my unit tests like: File \"c:\\Python31\\lib\\encodings\\cp1252.py\", line 23, in decode[详细]
2023-01-08 11:50 分类:问答Utf-8 characters displayed as ISO-8859-1
I\'ve got an issue with inserting/reading utf8 content from a db. All verifications I\'m doing seem to point to the fact that the content in my DB should be utf8 encoded, however it seems to be latin[详细]
2023-01-08 05:13 分类:问答MySql varchar change from Latin1 to UTF8
In a mySql table I\'m using Latin1 charac开发者_StackOverflow社区ter set to store text in a varchar field. As our website now is supported in more countries we need support for UTF8 instead. What will[详细]
2023-01-04 05:55 分类:问答rails, mysql charsets & encoding: binary
i\'ve a rails app that runs using utf-8. It uses a mysql database, all tables with mysql\'s default charset and collation (i.e. latin1). Therefore the latin1 tables contain utf-8 data. Sure, that\'s n[详细]
2022-12-30 23:00 分类:问答latin1/unicode conversion problem with ajax request and special characters
Server is PHP5 and HTML charset is latin1 (iso-8859-1). With regular form POST requests, there\'s no problem with \"special\" characters like the em dash (–) for example. Although I don\'t know for s[详细]
2022-12-29 10:24 分类:问答