&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
unicode
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
2
answers
20
views
How to retrieve codepage from cURL HTTP response?
I'm using lib-cURL as a HTTP client to retrieve various pages (can be any URL for that matter). Usually the data comes as a UTF-8 string and then I…
c++
http
unicode
curl
conversion
asked
June 22, 2011 9:38 am CDT
Omer
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
3
answers
25
views
How to validate both Chinese (unicode) and English name?
I have a multilingual website (Chinese and English). I like to validate a text field (name field) in javascript. I have the following code so far.…
javascript
regex
unicode
asked
June 16, 2011 2:25 pm CDT
Moon
1
vote
3
answers
24
views
How to get MySQL to match `%D%` => `Đ`
I have run into an extremely frustrating feature, for some reason a query involving select LIKE %D% will not match Đ . All other characters that are…
mysql
unicode
asked
June 14, 2011 2:33 pm CDT
RVWard
0
votes
3
answers
33
views
Escaping double-slashes with regular expressions in Java
I have this unit test: public void testDeEscapeResponse() { final String[] inputs = new String[] {"peque\\\\u0f1o", "peque\\u0f1o"}; final String[]…
java
regex
string
unicode
replaceall
asked
June 14, 2011 2:19 pm CDT
Paul Reiners
0
votes
1
answer
25
views
PHP : Remove words less than 3 characters in unicode text
I use these regex to remove words less than 3 characters : $str = preg_replace("!\\b\\w{1,3}\\b!", "", $str); and $rdu = "/\b[^\b]{1,2}\b/"; $str =…
regex
unicode
remove
character
asked
June 14, 2011 2:19 pm CDT
NuLLeR
-1
votes
1
answer
28
views
Problem with mysql unicode
I have just imported mysql table from my live server to a local server. But all the quotes and some special character have changed to ' ? ' . And I…
mysql
unicode
export
asked
June 13, 2011 7:41 am CDT
user737767
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
answer
36
views
Mysql jdbc incorrect string value
I am executing this query insert into tbl (name) values('Î'); When I execute this query from my application with jdbc then I get following error…
mysql
unicode
jdbc
asked
June 11, 2011 10:46 am CDT
qwera
0
votes
1
answer
29
views
Regular expressions Python error with Unicode - difference with sub vs findall
I am having difficulty trying to figure out a bug in my Python (2.7) script. I am getting an difference with using sub and findall in recognizing…
python
regex
unicode
asked
June 10, 2011 11:31 am CDT
user793061
0
votes
3
answers
33
views
Unicode and performance
I am in the process of migrating a large scale web service to be compatible with international characters. It is a Tomcat/Spring MVC/SQL Server…
sql-server
tomcat
unicode
spring-mvc
asked
June 8, 2011 11:25 am CDT
spinning_plate
0
votes
3
answers
61
views
Delphi. Show gotten with idHTTP.Get Unicode text in multilanguage Windows
I need your help. Please help me. I try to idHTTP.Get a file with Unicode text (Russian) from site into MemoryStream on English version of Windows…
delphi
http
unicode
delphi-2010
multilanguage
asked
June 7, 2011 11:27 am CDT
Michael
0
votes
5
answers
27
views
Can I depend on the behavior of charCodeAt() and fromCharCode() to remain the same?
I have written a personal web app that uses charCodeAt() to convert text that is input by the user into the relevant character codes (for example ⊇…
javascript
mysql
perl
unicode
asked
June 5, 2011 4:54 am CDT
Hawramani
1
vote
2
answers
33
views
Regex to remove non-URL friendly characters, but allow Unicode and accents
I have the following regex: foo = Regex.Replace(foo, @"[^a-zA-Z0-9\s-]", " "); Currently, this removes Unicode characters. What regex can I use…
c#
regex
unicode
asked
May 23, 2011 4:48 pm CDT
Mark Richman
0
votes
0
answers
42
views
Eclipselink and Unicode Problem
Dear all, My project run properly in netbeans/Windows/Mysql and i can persist unicode field in my entities to db. But I get "?????" characters in db…
mysql
eclipse
unicode
eclipselink
asked
May 17, 2011 7:49 am CDT
Navid
0
votes
3
answers
28
views
UTF8 and Japanese characters
Ok not sure why but Japanese Kanji are well displayed in MySQL being varchar and utf8_general_ci but are displayed as ??? on the page it self which…
mysql
unicode
utf-8
asked
May 15, 2011 1:02 am CDT
PT Desu
0
votes
2
answers
28
views
Is There a Way to Match Any Unicode non-Alphabetic Character?
Hi, I have some documents that went through OCR conversion from PDF into HTML. Because of that, they wound up having lots of random unicode…
regex
perl
unicode
asked
May 14, 2011 6:32 pm CDT
Eli
1
vote
1
answers
55
views
Logcheck: wildcards which include non-latin characters
On my mail server, I have a custom logcheck rule as follows, which is intended to filter messages from deliver: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+…
logging
log-files
grep
regex
unicode
asked
May 13, 2011 3:36 am CDT
Matt Holgate
1
vote
0
answers
46
views
INSERTing Japanese characters into a MySQL database with PHP
I am trying to insert kanji and hiragana characters into a database with PHP. It mysql_error() returns this: You have an error in your SQL syntax;…
php
mysql
unicode
insert
japanese
asked
May 12, 2011 3:04 pm CDT
Seth Carnegie
Pages
:
1
|
2
|
3
|
4
|
5
>
[6]
104
unicode
Tagged:
unicode
Related Tags
regex
× 49
mysql
× 32
php
× 18
utf-8
× 17
python
× 14
java
× 11
postgresql
× 8
javascript
× 8
internationalization
× 6
perl
× 5
http
× 5
ruby
× 4
c#
× 3
phpmyadmin
× 3
pcre
× 3
sqlite
× 3
django
× 3
iphone
× 2
japanese
× 2
remove
× 2
apache
× 2
conversion
× 2
non-ascii-chars
× 2
chinese-characters
× 2
localization
× 2
android
× 2
encoding
× 2
string
× 2
php5
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy