0
votes
2answers
18 views

Preserve unicode codepoints between ISO-8859-1 to UTF-8 conversions in XML in Java

Please note this is not the same question as How do I convert between ISO-8859-1 and UTF-8 in Java? Since XML escaping to preserve codepoints is possible. I have a UTF-8 XML file which I can ...
0
votes
0answers
14 views

Netbeans not supporting unicode

I am trying to convert my desktop application(made using swing) in bengali using the properties file or resource bundle.But when I paste the bengali character in the properties file it is showing ...
0
votes
0answers
78 views

How do I convert a wrongfully encoded Java UTF-8 String to the correct encoding [duplicate]

Let say that that I have accidentally created a String with new String(bytes, "UTF-8") so Med vänliga hälsningar becomes Med v?nliga h?lsningar That String should actually be created with new ...
1
vote
3answers
66 views

Mojolicious Template can't render © character

I found error on Mojolicious Renderer when try to render © character (ascii: 169) (also return error when try to render ascii larger than > 128) Template ...
1
vote
1answer
49 views

UTF-8 is giving me question marks

I have this simple PHP-script, which searches a mySQL database and outputs the result to the user. I used to use ISO-8859-1 as my charset, but was advised to use UTF-8. But I have trouble going from ...
0
votes
1answer
65 views

iso-8859-1 and utf8 in python

I have 2 two strings, and I want to compare it together. "Hỗ trợ ngôn ngữ" I think this is iso-8859-1 encoding u'H\u1ed7 tr\u1ee3 ng\xf4n ng\u1eef' unicode. ...
0
votes
1answer
57 views

How can i change the character set of mysql database with php without changing the correct ones?

I'm currently using a MySQL database, and the previous guy that maintained the database has changed the character set from ISO-8859-1 to UTF-8. Now there is a problem that every ä turns into ä. Now ...
0
votes
2answers
57 views

Find out character encoding of straße

I'm struggling with the encoding of the content of an external interface. In the MySQL database the collation is latin1_swedish_ci. Also the collation of the field ist latin1_swedish_ci. The php ...
1
vote
2answers
101 views

Spanish characters are not displayed by browser

I need to support Spanish language for a website which I am developing. I have created an XML file which contains the english text and corresponding Spanish text. I am reading this XML file on user's ...
2
votes
1answer
79 views

TinyXML parsing multi-byte characters but skipping following [x] chars

I've got a c++ program which receives some xml from a server and then attempts to parse it in order to populate some combo-boxes, for example <?xml version="1.0"?> ...
1
vote
0answers
116 views

MATLAB and Character Encoding: How to run/edit an ISO8859-1 m-file in a UTF-8 system?

I have a large application written in Matlab with strings and comments using ISO8859-1. I would like to run and update this application in a UTF-8 Matlab environment (Matlab 2012a under Linux). Is it ...
1
vote
3answers
165 views

ISO-8859-1, UTF-8 and spanish accents

I have a MySql db that uses UTF-8 Unicode charset. In my JSP when I have: <meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-1"> It'll insert correctly the spanish accents ...
-6
votes
3answers
141 views

UTF-8 and ISO-8859-1 [closed]

I have a problem (sry for google translate because my english is not the best) I use outside the use of Javascript special characters are displayed correctly only if I have the ISO-8859-1. ...
0
votes
2answers
46 views

confused by html5, utf-8 and 8859-1

Yesterday I upgraded an html page from "4.01 strict" to html5. * http://r0k.us/rock/games/CoH/HallsOfHeroes/ The character encoding is iso-8859-1. The http://validator.w3.org fails and won't even ...
2
votes
2answers
200 views

Scala - Converting from ISO-8859-1 to UTF-8 gives foreign character strangeness

Here's my problem; I have an InputStream that I've converted to a byte array, but I don't know the character set of the InputStream at runtime. My original thought was to do everything in UTF-8, but I ...
1
vote
1answer
132 views

How do I convert data from UTF-8 to ISO-8859-1 without any Broken characters

I have tried to export html data to database with UTF-8 encoding.But I am seeing some "Broken characters" in the database.For example: while exporting the html data · A contribution ..... ...
0
votes
1answer
117 views

Encoding a String in 2 Steps (to ISO-8859-1 then to UTF-8)

I guess I figured this is more the question I'm looking for. I hope at least i got this String declared within Java input = "||3.2|2013-01-25T17:24:00|ingreso|PAGO EN UNA SOLA ...
0
votes
3answers
506 views

Java; Trying to convert a String which contains ISO-8859-1 encoding to UTF-8 but file is UTF-8

I don't know if this is going to make sense but this is what I make of it. I'm working with Eclipse using UTF-8 encoding for all my files. In one of them I need to convert a String from ISO-8859-1 to ...
1
vote
3answers
179 views

Convert an iso-8859-1 symbol in a string to utf-8 in Perl

Here is a sample code snippet: my $str = '21156_MLA Ã Copy4.ens'; I'm using this $str in my code, and it should display as 21156_MLA ß Copy4.ens. I'm uploading a file with the filename 21156_MLA ß ...
0
votes
0answers
77 views

Glassfish 3.1.2.2 encoding extrange isolated behavior

Good day! I'm having a really extrange problem with glassfish messing up my application encoding. We have a development server where we deploy our maven JAVAEE applications (beans mostly and ...
1
vote
1answer
178 views

Php application encoding problems from ISO-8859-1 to UTF-8

I am trying to encode php application from ISO-8859-1 to UTF-8. Made a test copy of the application, ran the following iconv to recursively modify all files. find . -type f -print -exec iconv -f ...
0
votes
1answer
327 views

PHP CSV encoding not utf-8

I am generating a CSV file with PHP and saving it on the hard disk (I do not want a download). The database charset is utf8_general_ci and there are chars in there like the degrees sign (°), which ...
1
vote
3answers
611 views

Why is conversion from UTF-8 to ISO-8859-1 not the same in Windows and Linux?

I have the following in code to convert from UTF-8 to ISO-8859-1 in a jar file and when I execute this jar in Windows I get one result and in CentOS I get another. Might anyone know why? public ...
1
vote
1answer
286 views

Eclipse Java, converting text from ISO-8859-1 to UTF-8

In Eclipse I have a lot of Java code with scandinavian characters. When using encoding ISO-8859-1 everything looks fine. However, when encoding is set to UTF-8 I get a lot of strange symbols instead ...
0
votes
0answers
39 views

please help me to solve Content encoding issue for my website

I set my document content type as iso-8859-1 , please check my html code below <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
262 views

special character encoding error utf-8 iso-8859-1

I'm having problems displaying special characters (like é and à) in my jsf application. These characters get displayed as a question mark or é. Therefore I tried a simple thing. I have a page with a ...
1
vote
1answer
114 views

SQL server uft8 connection

I'm using SQL server with an intranet application written in PHP. For convenience i want to use UTF8 charset for web pages (jquery supports only utf8) however all data stored in my sqlserver db is in ...
0
votes
3answers
554 views

Page detected as UTF-8 by browsers when it has 'ISO-8859-1' as meta charset

I'm dealing with a site transfer, and in the process my charset got fouled up. At first, I transferred all files with no alterations, and the files on the new server showed <?> icons for special ...
0
votes
1answer
595 views

Convert MySql string ISO-8859-1 to UTF-8 with Java

In a MySql database I have a column that contains a varchar string encoded with ISO-8859-1 (latin1_swedish_ci). When the string is not latin1 MySql stores it, for example, as "à¸à¸µà¹à¸à¸." Using ...
1
vote
1answer
204 views

Converting existing JSF project's encoding form ISO-8859-1 to UTF-8

I am working at a JSF project which is derived from an older one. Such old project has been developed using ISO-8859-1 for encoding everything. I would like to use UTF-8 in the new project but the ...
5
votes
4answers
2k views

Why does Java's String.getBytes() uses “ISO-8859-1”

from java.lang.StringCoding : String csn = (charsetName == null) ? "ISO-8859-1" : charsetName; This is what is used from Java.lang.getBytes() , in linux jdk 7 I was always under the impression ...
1
vote
1answer
218 views

Correctly Scraping and Displaying Japanese Characters using Python Django BeautifulSoup and Curl

I'm trying to scrape a page in japanese using python, curl, and BeautifulSoup. I then save the text to a MySQL database that's using utf-8 encoding, and display the resulting data using Django. Here ...
0
votes
1answer
563 views

Problems with utf-8/ISO-8859-1 encoding on windows --> unix

I've written a program that has to deal with the Swedish letters å ä and ö. I wrote it on a Windows computer and everything works perfectly fine there. But when I tried to run the program in Unix the ...
0
votes
0answers
123 views

Issue with encoding a JSON array

I have this JSON object I get from server: [ { "Cliente":"AS' MEIGAS BAR", "Direccion":"C\/ Diego La\u00ednez, 8", "Telefono":"975 301 451", ...
0
votes
0answers
150 views

WebView postURL UTF-8 Characters onto a ISO-8859-1 Coded Webpage

I have a working (for normal alphabetic characters) forum reader app, however when I tried posting in Chinese characters, it shows fine on the app but turns out garbled on the forum website. It is the ...
0
votes
0answers
95 views

Encoding mismatch on the database and Linux server

I have a database which uses the encoding ISO8859_1. I have a spring MVC application that takes the data from the server and displays it on a web page. However my Linux server has the default encoding ...
0
votes
1answer
248 views

curl do_post_request change charset from iso-8859-1 to utf-8

I have been trying to solve this issue for long time but I think I need a beyond knoledge to do it. I have a PHP page encoded as iso-8859-1. when someone registers on it a mail is sent to the admin ...
0
votes
1answer
112 views

Get the source code of a URL

I need to get the source code of the particular URL using a java code. I was able to get the source code for UTF-8 encoded web page but was not able to get the code for ISO-8859-1 encoded character ...
1
vote
1answer
96 views

Handling strings in a file with differnt character encodings (ISO-8859-1 vs UTF-8)

I have a set of lines in a file where each line might represent multiple lines of comments. The line separator chosen by the original developer was the pilcrow (¶) since he felt this would never show ...
0
votes
1answer
252 views

Why Solr admin query page interprets UTF-8 as ISO-8859-1

I deploy a war to my Tomcat 6.0.35 on Win7 64bit and when I use full-interface query page (I mean form.jsp) in Solr Admin to query 2 Chinese character (say it's C1C2) , the debug info shows: <lst ...
-1
votes
1answer
525 views

Download html with encoding utf-8 vs iso-8859-1

Can I download a webpage with charset=iso-8859-1, and download it with encoding=utf-8? Will it download correctly? Can I always download with utf-8 encoding for all encodings in the web? My code: ...
1
vote
2answers
2k views

Converting a String ISO8859-1 to UTF-8 in Java

I have a Q-encoded string variable: String s = "=?ISO-8859-1?Q?Merve_G=FCl?="; And I want to write it on screen with true characters: "Merve Gül". How can I do that? @Nick String string = ...
3
votes
1answer
691 views

Detecting bad UTF-8 encoding: list of bad characters to sniff?

I have a sql-server 2010 database shared between two applications. One application we have control over, and the other application is a third-party app that created the database in the first place. ...
1
vote
2answers
429 views

Character Set Special Characters

Is iso-8859-1 a proper subset of utf-8? What about iso-8859-n? What about windows-1252? If the answer is no to any of the above, what are the disjoint characters? I'm testing some logic that ...
0
votes
1answer
176 views

iconv() - Â appearing infront of £ signs from user input

I have a class that sends out an html email based on some user input from a web form, at one point it does the following $emailcontent=iconv("UTF-8", "ISO-8859-1//IGNORE//TRANSLIT",$emailcontent); ...
1
vote
1answer
458 views

SoapUI generated cxf web service client generation encoding utf-8 to iso-8859 issue

I have a webs ervice client that consumes a web service which is generating a UTF-8 encoding.The client was worling until i decided to change the web service to return "registrationEmailError" in the ...
1
vote
1answer
911 views

Database content in UTF-8 but show in ISO-8859-1 webpage

Formerly my webpage used the charset UTF-8, and it inserted a lot of content to my SQL Server 2008 database with this charset. Now my webpage is using charset ISO-8859-1. But it is still using the ...
1
vote
1answer
828 views

Is UTF-8 the encoding of choice for QR-codes with non ASCII chars by now?

Google uses UTF-8 it as default for their very popular encoder. From what I can see they don't even add the byte order mark. The problem is that most scanners still seem to use JIS8 (QR 2000) instead ...
2
votes
1answer
490 views

Get Actual Character from ISO-8859-1 Character

I have a text: &Aacute; example link. In ISO-8859-1 &Aacute; is Á. Now I am trying to convert that &Aacute; to Á using following code: Charset utf8charset = Charset.forName("UTF-8"); ...
2
votes
2answers
1k views

How can I convert iso-8859-1 to utf8 correctly?

I need to write a response stream to a file. The stream contains an encoded page (iso-8859-1). This is my code: ... using (TextWriter writer = new StreamWriter(tmpFilePath)) { using (TextReader ...

1 2 3