&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
utf-8
0
votes
2
answers
48
views
Which mysql utf8 collation to use for data coming from latin1
I have a lot of data in mysql in latin1 format, and I'm trying to convert everything to utf8, but so far I didn't find the right collation to…
mysql
encoding
utf-8
asked
June 24, 2011 8:40 am CDT
anto1ne
1
vote
2
answers
37
views
How can I handle UTF-8 encoded strings in my servlet
After searching for 4 straight hours now, I have to give up and ask you guys. I have a very simple form which will take an input and on action,…
java
jsp
tomcat
servlets
utf-8
asked
June 23, 2011 6:25 am CDT
tannerli
0
votes
1
answer
39
views
How to communicate ONLY IN UNICODE with MySQL Database using OurSQL in python?
I was reading the documentation of oursql and encountered this description for establishing a connection : By default, oursql will try to use…
python
mysql
unicode
conversion
utf-8
asked
June 22, 2011 2:38 pm CDT
Druss
0
votes
0
answers
33
views
UnicodeDecode Error at Django Admin (using postgresql) when using special characters in Linux
I've been using a psql/django stack for my application for a while under windows without any problem at all. However, recently I switched to a linux…
django
postgresql
unicode
utf-8
asked
June 22, 2011 2:00 am CDT
Bruno
0
votes
1
answer
24
views
Php screws up utf-8 charachters from mysql database using mysqli
I have some chinese characters (e.g. 中文(简体) ) stored in a mysql database with content type utf8_bin. I am pulling from the database with this code:…
php
mysql
utf-8
mysqli
chinese-characters
asked
June 22, 2011 1:53 am CDT
QuinnBaetz
0
votes
1
answer
39
views
How to interpret a column as having a different character set per query?
I need to interface with a database for which I cannot change the collation and charset. However, I would like to pick some binary data from it,…
mysql
utf-8
collation
asked
June 21, 2011 8:56 am CDT
Julik
1
vote
0
answers
36
views
Getting UTF8 characters as ??? when results are fetched to application using Zend DB
I am trying to fetch utf8 characterset data from mysql database but i am getting ?????? instead of utf8 data. These are the configurations in my…
mysql
zend-framework
utf-8
asked
June 21, 2011 1:31 am CDT
swaroop
0
votes
0
answers
35
views
Changing SQLite database encoding in AIR app to UTF-8
In an AIR app you can use SQLite via the flash.data classes. It appears that by default the encoding of the database created is set to UTF-16le,…
sqlite
encoding
utf-8
air
adobe-air
asked
June 20, 2011 3:33 pm CDT
Peter Hansen
0
votes
4
answers
31
views
UTF-8 in PHP regular expressions
I need help with regular expressions. My string contains unicode characters and code below doesn't work. First four characters must be numbers, then…
regex
utf-8
asked
June 20, 2011 2:20 am CDT
gašper
1
vote
1
answers
41
views
Why CONCAT() does not default to default charset in MySQL?
What is the reason, that using CONCAT() in pure UTF-8 environment MySQL still treats concatenated string (when some col in expression is for example…
mysql
perl
utf-8
asked
June 18, 2011 10:55 am CDT
wk
0
votes
0
answers
38
views
Utf-8 charset on the table level not working
I have created the table with sql scripts which has charset and collation specified. CREATE TABLE `A` (`id` bigint(20) NOT NULL AUTO_INCREMENT,…
mysql
table
utf-8
character-encoding
asked
June 14, 2011 8:54 pm CDT
Sumit Vij
0
votes
2
answers
46
views
Does the chosen collation matters in this case?
I've a field of type char(1) in my MySQL table which basically can have only values m or f. Its current collation is set to ut8_unicode_ci. I was…
mysql
utf-8
collation
latin
asked
June 14, 2011 7:51 am CDT
Richards
0
votes
2
answers
39
views
Thai characters into UTF8 Database
i tried to put some thai sings into a utf8 (utf8_general_ci) mysql database. The data is from the facebook api. In the JSON it looks like…
php
mysql
facebook
utf-8
mysqli
asked
June 14, 2011 3:41 am CDT
poldixd
0
votes
1
answers
49
views
Fixing Broken UTF8 caracters MYSQL
I'm trying to do a procedure capable of convert broken utf8 caracters this is my SP: CREATE DEFINER=`root`@`localhost` PROCEDURE `conversorUTF8`()…
mysql
stored-procedures
utf-8
character-encoding
convert
asked
June 13, 2011 3:12 pm CDT
grteibo
2
votes
2
answers
31
views
CakePHP find call result in many "SET CHARACTER SET utf8" queries. Why?
What is the reason for CakePHP to do the query "SET CHARACTER SET utf8" 38 times in a row for a simple find("all") (recursive property default at 0)…
mysql
cakephp
utf-8
find
queries
asked
June 12, 2011 9:43 pm CDT
argmsguef
0
votes
1
answers
26
views
Utf8 correct regex for CamelCase (WikiWord) in perl
Here was a question about the CamelCase regex . With the combination of tchrist post i'm wondering what is the correct utf-8 CamelCase . Starting…
regex
perl
utf-8
camelcase
asked
June 12, 2011 10:52 am CDT
jm666
0
votes
0
answers
58
views
How can I use UTF-8 with org.apache.cxf.jaxrs.client.WebClient create()?
This is about Apache CXF WebClient , WebClient.create("URL", "username", "password", null); when I use a UTF-8 username to create a WebClient…
apache
unicode
utf-8
webclient
cxf
asked
June 12, 2011 7:35 am CDT
user144966
0
votes
1
answers
38
views
UTF-8 compatible truncate function
Anybody run into this problem for complex Latin characters, such as Vietnamese? function truncate($str, $length, $append = '…') { $strLength =…
php
mysql
utf-8
asked
June 9, 2011 1:26 am CDT
RVWard
0
votes
1
answers
37
views
MongoDB doesn't understand UTF-8
If I add non-ASCII characters to MongoDB database then all db.find() fail telling "non ascii character detected". It's problem of SpiderMonkey, I…
mongodb
utf-8
v8
spidermonkey
ubuntu-11.04
asked
June 7, 2011 11:00 am CDT
how
0
votes
1
answer
37
views
Mysql getting urlencoded data into database
he i have a problem i have a mysql database dump, but all the data is url encoded has + instead of spaces and other characters as %20 etc i tried to…
php
mysql
utf-8
urlencode
asked
June 6, 2011 12:56 pm CDT
Dizzy Bryan High
Pages
:
1
|
2
|
3
|
4
|
5
>
[9]
173
utf-8
Tagged:
utf-8
Related Tags
mysql
× 112
php
× 55
character-encoding
× 28
encoding
× 22
regex
× 22
unicode
× 17
java
× 14
collation
× 9
postgresql
× 8
apache
× 8
perl
× 8
python
× 7
ruby
× 6
latin1
× 6
tomcat
× 6
jdbc
× 5
mongodb
× 5
phpmyadmin
× 4
http
× 4
xml
× 3
urlencode
× 3
ruby-on-rails
× 3
.htaccess
× 3
conversion
× 3
django
× 3
resin
× 3
database-design
× 3
database
× 3
csv
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy