1
vote
1answer
137 views

Receving data form using HttpURLConnection.getOutputStream,chinese encoding wrong(The same code,why the result is not the same?)

everybody: I try to make a httpRequest for getting data,there's something wrong while response contain chinese characters.I got a String with HttpURLConnection.getInputStream()(see /test code./),I ...
-1
votes
2answers
47 views

c# encoding string to unknown format

I know a website that converts special characters but I don't know what is encoded format. example : When I search uğur in website, it converts to ug21ur in URL. Is it an encoding format or? How can ...
0
votes
0answers
45 views

Ubuntu Custom Character Set or Code Page

I currently have a character based application that uses CP437 encoding for displaying all the lines and the logo and everything. Recently I had to store and view multi lingual data and ran into a ...
0
votes
3answers
47 views

Music note appended to newlines Python

Specifically I have exported a csv file from Google Adwords. I read the file line by line and change the phone numbers. Here is the literal script: for line in open('ads.csv', 'r'): newdata = ...
5
votes
4answers
129 views

Is UTF-8 an encoding or a character set?

I thought that the name of the character set was "Unicode" and that "UTF-8" was the name of a particular encoding of the Unicode character set, but I often see the terms "encoding" and "charset" used ...
1
vote
0answers
26 views

character encode type

When I view a certain webpage, the characters display properly as Chinese characters on the page. When I view the page source they look like this: ...
6
votes
4answers
140 views

C encoding of character constants

My programmer's instinct would say that a character constant in c (eg: 'x') is encoded using the machine character set from the machine on which it is compiled. However, the following exerpt is from ...
-1
votes
2answers
175 views

What are these ? ه҈҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉ [closed]

These "characters" seem interesting. What are they?I would like to know more technical information about them. Thanks! ه҈҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉ ه҈҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉҉ ...
3
votes
2answers
236 views

Remove characters from string iOS

I have an XML which I am using to parse news. News have a description. I'm using NSString to show that description in UILabel. But, the description comes like this: Bad news for Windows’ ...
0
votes
1answer
187 views

How to print german diacritic characters in Python 2.7?

Working on a german words (sometimes containing Umlaut characters) in an Excel2007 spreadsheet (I use xlrd xlwt and openpyxl), I get the following value: var = ...
0
votes
0answers
54 views

Character Encoding in LINUX for java

We had to recompile an existing java code today to change the directory path hardcoded on the original code java was recompiled with the following command line command in LINUX javac -verbose ...
1
vote
1answer
42 views

Getting/Applying capitlization mask before/after encoding?

My project takes a String s and passes an all lower case version s.toLowerCase() to a lossless encoder. I can convert encode/decode the lower case string just fine, but this obviously would not be ...
1
vote
1answer
103 views

Strange intermittent character encoding behaivor in Tomcat server

From time to time we have encountered a very strange encoding problem in Tomcat in our production environment. I have not yet been able to pinpoint exactly where in the code the problem happens, but ...
2
votes
0answers
14 views

Incorrect .mo file when using Glotpress and Cyrillic strings

I'm using GlotPress to translate some projects. I've encountered a problem when the translator used this word : "Подписка" the last "а" is a Cyrillic one and not the "regular a". Here's and example ...
0
votes
2answers
299 views

How to decode a utf string in c#

I have been trying to decode the following string: Crédit in c# using the following code: Encoding iso = Encoding.GetEncoding("ISO-8859-1"); Encoding utf8 = Encoding.UTF8; string msg ...
0
votes
0answers
41 views

Ideas what this output means?

Could anyone tell what does this mean? What kind of coding is this? My error log in PHP gives the following kind of code: \xc3\xb6m\xc3\xb6\xc3\xa4 What kind of list should I be searching for to ...
0
votes
1answer
97 views

Replacing Java unicode encodings with actual characters

When I make web queries, for accented characters, I get special character encodings back as strings such as "\u00f3" , but I need to replace it with the actual character, like "ó" before making ...
1
vote
3answers
131 views

What is ¿ in Text Files

I am working on a C# program which processes a bunch of text files. These files have been created by a system so I can't change the source, but within the file ¿ appears multiple times which is ...
0
votes
3answers
79 views

A curious case of character encoding, PHP to MySQL and back

I have been stumped by an issue. It seems that most of the tricks that I have tried simply do not work. An overview of the problem is as follow: Create table, collation set to utf8_unicode_ci. Same ...
0
votes
0answers
157 views

RichTextBox show german special character like ä ö ü

I have a problem with my RichTextBox. I want write and read from this RichTextBox. By normal letters goes this without problems but when i use german special characters (Ö, ö, Ü, ü, Ä, ä) it shows a ...
0
votes
0answers
157 views

special characters appearing as � on my HTML

The special characters like ", -, > etc are being rendered on the HTML page as �. I see that this represents bad UTF-8 characters. Is there a way i can render it correctly by decoding in perl, or may ...
1
vote
0answers
212 views

Set character encoding in jboss-web.xml

Is it possible to set character encoding for a JBoss AS 5.1 through a jboss-web.xml cfg file, like this? <sun-web-app> locale-charset-info default-locale=""> ...
0
votes
0answers
67 views

XML and Latin1 issue

Is there any simple way to just save a xml file so that it would show the latin characters? For some strange reason I have my original file from some years back which works fine but if I copy new ...
0
votes
0answers
112 views

How to set html content type encoding to ISO-8859-2 at project level in Eclipse 4.2?

I have a project with default ISO-8859-2 encoding. All of other project default encoding is UTF-8. I see that the text file encoding of all of my files is "Inherited from container (ISO-8859-2)" in ...
0
votes
2answers
112 views

Double \\ appears while reading from internet

I'm reading some information from an external server where I have no access and I don't know the encoding and I've having some problems with characters like í. What I do is a POST request using the ...
0
votes
1answer
597 views

C# datagridview unicode character encoding

I cannot sort out the following problem: I use a datagridview column to tell the user if the item of that row has already been processed. A little unicode icon should suffice, I thought, so I went for ...
0
votes
4answers
501 views

ä ö character encoding, in PHP, Zend MySQL- application

Problem: When I retrieve values from MySQL table to my PHP Zend Framework-application, the characters ä and ö are returned from the database to my browser like this �. Any ideas where the problem ...
1
vote
1answer
603 views

Response encoding in Spring

I've got problem with character encoding of my http responses. I read many tips, tutorials etc., but I can't resolve my problem. We are using Spring MVC with Hibernate and ExtJS as view technology. ...
0
votes
0answers
266 views

What is the default Character encoding in vb.net?

Dim sourcecodestring As String = "" Dim charset = "" Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create("http://" & website) Dim response As ...
0
votes
3answers
270 views

Wordpress site: Random Character Coding error

I have a Wordpress site which randomly shows an error like: WordPress database error: [Incorrect string value: '\xF0\x9F\x92\x97\xF0\x9F...' for column 'option_value' at row 1] UPDATE ...
0
votes
0answers
252 views

Reading content from a PDF using iTextSharp

I'm trying to write a utility to allow Identity_H encoded PDFs to be converted to ANSI. I can see from the tutorials how to create a PDF file in the format I'd like, but it's not so clear how to read ...
0
votes
2answers
141 views

C++ character visualization in win32 project

during visualization in win32 project i have this problem, if I do something like that: char temp[80]="hello"; and then: MessageBox(hDlg,(LPCWSTR)temp,_T("titolo"),MB_OK); The result is in ...
1
vote
2answers
677 views

How to save arabic words into oracle database?

I want to save the arabic word into oracle database. User type a arabic word from client side and submit that word.In client side I printed that word by using alert it is shown arabic text. But the ...
0
votes
1answer
91 views

Some of the outputs from cygwin just can not be read with bad encoding?

I'm using cygwin on Win7-64bit, and with "zh_CN.UTF-8" as default locale setting. Occasionally, some of the outputs from cygwin just can not be read with bad encoding like follows: [junit] ▒▒▒▒: ...
0
votes
1answer
614 views

HEX-edit UTF-8 file

I am trying to create a UTF-8/no-BOM file with a HEX-Editor. My desired UTF character is the TUGRIK SIGN, which is e2 82 ae in UTF-8. I created an UTF-8/no BOM file with N++, copied the character in ...
1
vote
1answer
1k views

Aptana 3.1.1 - Character encoding

I have updated to Aptana 3.1.1 and now my projects writen in ISO-8859-1 show some characters very wrong. There's a workaround, but then my UTF-8 projects gets wrong characters. Any idea? Thanks!
0
votes
1answer
57 views

Preserve my character encoding

i bought the domain xn--79n.ws which resolves to ∠.ws. (Still counts as one character on twitter) I built a custom image upload service and i am trying to echo back the link. Instead of echoing back ...
1
vote
1answer
237 views

Oracle - ANSI Encoding - KS5601 Character Map

I will be deploying an application database on an existing Oracle Server. I need to store English characters on this database, but my client asked me if this would be a problem, since his Oracle ...
0
votes
1answer
225 views

PHP: hungarian character in XML

I have a webservice that produce XML result. I have been working on this site till now, because locally (in my machine) it is working in another way as in the server... The server have english OS, ...
0
votes
1answer
101 views

Input fields stay blanks with special characters after submitting to DB

I'm using codeigniter and have some inputs fields and textareas, When I try to put a character like é, à, è in the field and submit this to my DB it will not be saved, the field stay blank I'm using ...
0
votes
1answer
283 views

List available fonts in linux [closed]

I'm programming a custom bit of hardware (a media box) running a custom build of Linux (tangox 2.6.29.6-18-sigma #2 PREEMPT Tue Dec 20 14:00:43 UTC 2011 mips GNU/Linux) and need to find out what fonts ...
0
votes
2answers
71 views

Which character encoding are being using in backend?

I have a javascript variable that stores a url. I have to send that url to backend to do some operations, and as the URL may contain special characters, I convert it to hexadecimal to avoid problems. ...
2
votes
0answers
143 views

Wrong Character Encoding with JarOutputStream and JarEntry

I'm using the class JarOutputStream to deploy a Jar from my system. I put some files inside the jar using the class JarEntry to do it. The problem is: When i put a file that has some "special" ...
2
votes
3answers
669 views

force eclipse to ignore character encoding attribute

I'm working with a web framework that uses a dynamic character encoding in its html templates, like this: <meta charset="${_response_encoding}"> The problem is when I try to edit this file in ...
0
votes
2answers
1k views

Swedish characters (åäö) in Vim & Nano

When I'm using Vim or Nano in Mac OS X Lion, the Swedish characters "ÅÄÖ" show up as "åäö". It works fine in Terminal. I've added this line to my .vimrc: set encoding=utf8 If I run locale in ...
2
votes
1answer
188 views

Does character encoding differ in Javascript and PHP?

I need to generate a "random" 128 byte key (Strength of randomness is not important at the moment). I do this in Javascript with the following code: var buffer = ""; for(var i=0; i<128; i++) { ...
1
vote
0answers
394 views

ÅÄÖ (swedish characters) problems on update

I have some problems with displaying ÅÄÖ in jcart, I'm not very good at explaining but if you look here you'll see what I mean. At first it all seems to work, but if you update the page or go to the ...
0
votes
2answers
227 views

Android c2dm how to work with turkish(all languages) characters?

i am developing a c2dm server side application and my code like this; string postData = GetPostStringFrom(postFieldNameValue); byte[] byteArray = Encoding.UTF8.GetBytes(postData); ...
2
votes
2answers
251 views

strange character encoding issues with strings

What would seem to be a simple operations is completely botched by the encoding here. I just want to check if the first character of a string is £. My php file itself is encoded UTF8-Without BOM. ...
3
votes
1answer
828 views

Special characters (æøå) in Tkinter, entry.get()

I have written a program in Tkinter (Python 2.7), a scrabblehelper in Norwegian which contains some special characters (æøå). Which means my wordlist (ordliste), contains words with special ...

1 2 3