UTF-8 (Unicode Transformation Format, 8 bits) is a character encoding that describes each Unicode code point using a byte sequence of one to four bytes. It is backwards-compatible with ASCII while still supporting representation of all Unicode code points.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

SQL error on inserting UTF8 string into MSSQL 2008 table

I'm having problems trying to insert strings containing UTF-8 encoded Chinese characters and punctuations into a MSSQL 2008 table (default installation) from my Delphi 7 application using Zeosdb ...
0
votes
1answer
18 views

Decoding UTF-8 Encoded Header

I'm using PHP imap to read emails out of an inbox. It extracts some information from headers. One of the headers looks like this: X-My-Custom-Header: =?UTF-8?B?RXVnZW4gQmFiacSH?= The original value ...
0
votes
0answers
4 views

UTF-8 Tab Separated File not opening in Excel properly

I am generating tab separated .xls file from SAP MII using XSLT which has few french characters as headers/columns. When I open this file in excel, all special characters are messed up and does not ...
0
votes
0answers
13 views

UTF-8 Ignored by enctype=“multipart/form-data” for Form submit when handling Chinese charactors

In JSP: <%@page pageEncoding="UTF-8"%> <%@page language="java" contentType="text/html; charset=UTF-8"%> In Servlet: request.setCharacterEncoding("UTF-8"); FileItemFactory factory = new ...
-1
votes
1answer
24 views

Is it a good idea to define variable names with utf-8 characters? [closed]

Of course this question is only relevant to programming languages that allow utf-8 characters in variable names (eg. python3, golang...) When I need to write some code from scientific papers, I have ...
0
votes
0answers
8 views

JSoup does not post data in ISO 8859 encoding

Is there any way to tell JSoup to post data using iso-8859-1 rather than utf-8 ? I tried posting a parameter that contains the letter 'è' the my webserver receives the character with hex code C3A8 but ...
2
votes
4answers
33 views

Unable to print russian characters

I have a russian string which i have encoded to UTF-8 String str = "\u041E\u041A"; System.out.println("String str : " + str); When i print the string in eclipse console i get ?? Can anyone suggest ...
1
vote
2answers
22 views

Unable to decode russing string with encodeURIComponent and java.net.decode

I have a russian string "этикетка". This is need to send to a web service, before sending to the web service i use encodeURIComponent to encode the string and it gives me: ...
0
votes
0answers
14 views

php ZipArchive() utf8 encoding problems with filenames

I use ZipArchive(); to list the file names inside a Zip archive (uploaded on FTP, not created by server). Problem is that the file names contain french caracters (accents like é à ô â à è) that are ...
1
vote
3answers
24 views

mysql returns wrong results when using “like”

Yeah like title says, you will think of utf8 set names problems .. maybe it's even true. I have this query: select distinct ort from veranstaltungsorte where ort like 'ka%'; And although it starts ...
0
votes
1answer
59 views

fix broken utf8 encoding in haskell

With the help of the kind SO people, i successfully implemented a simple rss downloader in haskell. But one question remains: how to fix the broken encoding of the feed item title? Here is the minimal ...
0
votes
1answer
16 views

Import fixed width UTF-8 file into SQL 2008R2, variabel file names

I have to import text files with different names (like the following) into SQL Server 2008. XYZ0000746263.txt XYZ0000746269.txt XYZ0000745860.txt The filename always starts with XYZ, and the ...
-1
votes
1answer
28 views

Hex Values Get Weird After 127

I'm trying to display all of the hex characters from 0-255. I'm able to represent binary data from 0x00 to 0x7f, but once i get above 0x7f it looks like it's doing some type of UTF formatting, and ...
2
votes
3answers
48 views

How to navigate a UTF-8 text file

I have a text file in UTF-8 that I need to navigate in C. I need to split this file into seperate smaller files (i.e. cut it in half). When this happens, it sometimes splits the multi-byte characters ...
-4
votes
0answers
39 views

Unknown characters when updating utf-8 database (saved as utf-8) [closed]

Help! I am trying to update article on my website and I have encoding problem. I had that problem before on other website but back then I simply solve via Notepad++ I changed the UTF-8 without BOM ...
0
votes
0answers
18 views

ArgumentError: redundant UTF-8 sequence

Hi i am unable to figure what is the actual issue. i am using rails 2.3.18 and ruby 1.8.7 The stack trace of the error is as follows …tivesupport-2.3.18/lib/active_support/json/encoding.rb: 68:in ...
0
votes
0answers
15 views

Spring MVC form wrong character encoding

I have a spring MVC application with a feedback form that sends the user's feedback via jquery .get method to feedbackEmailSend.html URL. Here is the controller action that responds to this URL ...
2
votes
2answers
61 views

C++ File character encoding

Ok so I'm trying to read a json formatted text file with accents (French), under W8, using C++ (Visual Studio 2012 Express). This is the file: {"products": [{"id": 125, "label": "Billél"}, ...
0
votes
2answers
33 views

UTF-8 characters not inserted as UTF-8 into MySQL table from PHP [duplicate]

I am trying to insert records containing Hebrew characters from PHP into a MySQL table. Both the schema and the table are set with utf8 character set in MySQL. The Web-site is set with a ...
2
votes
2answers
37 views

file_get_contents php and json_decode error

I am facing a weird problem with file_get_contents and decoding to json the result. I have to tell you that this code was fully functional in other server. I am trying to decode this json: ...
0
votes
3answers
38 views

How convert string utf-8?

i've an NSString like this: NSString *word = @"119,111,114,100" So, what i want to do is to convert this NSString to word So the question is, in which way can i convert a string to a word?
0
votes
3answers
46 views

iterate over characters blocks in utf-8

My task is to iterate over all the utf-8 character codes corresponding to a given language (locale). I suppose it's not that easy and I have to iterate over characters blocks (like the whole cyrilic ...
0
votes
2answers
20 views

Jquery not receiving input in utf-8

I am using this code to get submitted value and it is unable to give me the value, instead saying undefined Here is my code: $("#btnSearch").click(function() { var keyword = ...
7
votes
1answer
109 views

TFile.ReadAllText with TEncoding.UTF8 omits first 3 chars

I have a UTF-8 text file which starts with this line: <HEAD><META name=GENERATOR content="MSHTML 10.00.9200.16521"><body> When I read this file with TFile.ReadAllText with ...
0
votes
0answers
16 views

.NET receiving string from PHP, special characters are bad

I have legacy PHP code running on php-gtk on a Windows box. It is json-encoding strings to be json-decoded and interpreted by new .NET code. There are some "special" characters that are coming out ...
0
votes
1answer
24 views

How to send IOS Push Notifications with Emoji in message in a NodeJS server?

I write some server code to send push notifications. I have a form field, called message. What I need is, putting some Emoji characters in the message. If I write \ue48d , for a cloud character, ...
1
vote
1answer
18 views

Android Geocoder fails processing german umlauts UTF8-encoded

I try to use the Android Geocoder to encode a user entered postal address to a coordinate. Despite on UTF-8 encoding, everytime I use umlauts like ü, ö, ß, the geocoder gets no results. If I replace ...
0
votes
2answers
34 views

MySQL, Python - Latin-1/UTF8 Encoding

I have read around setting MySQL tables/DB to UTF8_general_ci charset from the default latin-1 where I was having an error inserting particular unicode strings into the MySQL table from my Python ...
2
votes
2answers
46 views

Why do PHP and Obj-C encode strings differently?

I'm trying to convert a string to UTF8, on both obj-c and php. I get different results: "\xd7\x91\xd7\x93\xd7\x99\xd7\xa7\xd7\x94" //Obj-C "\u05d1\u05d3\u05d9\u05e7\u05d4" //PHP Obj-C code: const ...
-1
votes
2answers
22 views

HTTPServletResponse messes up UTf-8

I have an utf-8 encoded string and want to respond this string as answer for an http-request via a java http servlet, but the browser just receives messed up special characters. If I print the same ...
1
vote
2answers
15 views

Write Velocity file forced in UTF-8

I'm using the following code to output a Velocity template to a file : FileWriter fileWriterOut = new FileWriter(outFile); logger.debug("encoding " + fileWriterOut.getEncoding()); ...
0
votes
1answer
25 views

Chrome Extension sends unreadable data to python script

I am new to Chrome extensions and just built a popup that, when submitted via Javascript, sends info to a Python Script on GAE which works with the data. Now, everything works perfectly fine as long ...
0
votes
2answers
35 views

Java Unicode characters to UTF

In Java, how can I convert a string containing unicode characters escaped to utf 8, e.g. from Rüppell's_Vulture to R%c3%bcppell's_Vulture
7
votes
2answers
71 views

Strip unicode character modifiers

What is the simplest way to strip the character modifiers from a unicode string in Python? For example: A͋͠r͍̞̫̜͌ͦ̈́͐ͅt̼̭͞h́u̡̙̞̘̙̬͖͓rͬͣ̐ͮͥͨ̀͏̣ should become Arthur I tried the docs but I couldn't ...
0
votes
0answers
20 views

Code works in Eclipes but fails in windows cmd prompt

Ok, I read an arabic string in and send it to twitter. In Eclipse, no problem. When I run it on the cmd prompt, it fails - KEY ERROR - (<type 'exceptions.UnicodeDecodeError'>, ...
0
votes
0answers
17 views

Change JS file encoding to UTF-8 with signature using Grunt

I am working on a build script for Win8 JS apps and looking for a way to automate encoding files as UTF-8 with signature so the compiled project will pass WACK test. I noticed the following option in ...
1
vote
1answer
22 views

knitr losts accentuated characters when compiled in pdf

I read "all" demands concerning knitr and encoding but I cannot find solution... My problem seems very simple: Here is my Try.Rnw file: \documentclass{article} \usepackage[utf8]{inputenc} ...
0
votes
1answer
41 views

Having trouble finding why I can't set charset to UTF-8 in php

try{ echo("trying");//this prints mysql_set_charset('utf8'); //if I remove this everything is fine echo("success"); //this fails }catch(Exception $e){ echo ...
1
vote
1answer
27 views

double encoded UTF-8 output of tag file in jsp content

I have some JSP pages properly encoded in UTF-8, verified using a Hex Editor, Eclipse and TextPad, with a proper pageEncoding and contentType attribute specifying UTF-8 each. Everything looked fine in ...
0
votes
2answers
31 views

PHP DOM reads “é” instead of “é”

I'm handling UTF8 data from an UTF8 database and I'm having trouble with UTF8 encoding. 1 - Raw content is extracted correctly fron the DB and I do see "é" in my UTF8 terminal : Site de la ...
0
votes
3answers
40 views

What controls the encoding of GET and POST variables?

I've done some tests, and it appears that when I test this: http://127.0.0.1/test.php?x={some non-english string} http://127.0.0.1/test.php?x=الapple By examining the output of: echo ...
0
votes
1answer
14 views

Encoding from WE8MSWIN1252 to UTF8 JAVA

I try to convert some text in WE8MSWIN1252 encoding to UTF8 with my JAVA servlets. I have searched eveywhere on the cyberspace but without any help! Thank you very much for your help. Best ...
0
votes
0answers
34 views

Can't submit extended characters in Net::Twitter for search API

I an trying to submit a search to the twitter 1.1 search API using Perl and Net::Twitter. It all works fine when the search string has no extended characters, but if I use non-latin, I get a 401. ...
1
vote
1answer
22 views

Using mail() to sent UTF8 e-mail

I'm trying to send an e-mail with PHP, including multi-language characters. The whole site (html header, php header) are set to UTF8 aswell as the form charset. To PHP code I have now is: $to = ...
0
votes
0answers
18 views

MYSQL is truncating string at first multi-byte character in utf8 mode [duplicate]

I've created a new table with default charset utf8. Then I insert some multi-byte char strings. mysql> insert into table1 (val,val1,val2) values ("aaaéfff poeuo","asdf","asdf"); The insert is made ...
1
vote
1answer
29 views

UTF-8 encoding for subject in contact form email

On this sites Website Link contact form I need to send the subject for email in UTF-8. Where in the code we need to do declare the UTF-8 encoding? kontakt.php: <? require_once ...
1
vote
1answer
44 views

How to show mdb(access) file fields(Include utf8(arabic persian) charactrers) with php?

I have an access(.mdb) file include Arabic or Persian characters. and I need to use from it in php or import it to MySQL. but it shows ???? instead of utf8 word. this is my code: $conn = new ...
0
votes
2answers
50 views

Python strings and str() method encoding and decoding

I see that the Python manual mentions .encode() and .decode() string methods. Playing around on the Python CLI I see that I can create unicode strings u'hello' with a different datatype than a ...
0
votes
0answers
15 views

Chartset UTF8 Kendo Ui

I got a Character Problem in kendo. How Tow Convert It UTF8 ? Is Any Method ? $("#pchart").kendoChart({ title: { text: "PERFORMANS" }, legend: { ...
0
votes
1answer
37 views

Perl file processing on SHIFT_JIS encoded Japanese files

I have a set of SHIFT_JIS (Japanese) encoded csv file from Windows, which I am trying to process on a Linux server running Perl v5.10.1 using regular expressions to make string replacements. Here is ...

1 2 3 4 5 129