iso-8859-1 is part of the ISO/IEC 8859 series of ASCII-based standard character encodings, first edition published in 1987.
0
votes
2answers
26 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
12 views
Should I always encode my data in utf-8 before using preg_match in php 5.4?
I'm trying to use preg_match() on my data which is encoded in ISO-8859-1. If I try to match a string which has non UTF-8 characters in it preg_match() gives me an empty matches array.
Consider the ...
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 ...
-2
votes
1answer
56 views
For what do I use the ISO-8859-1? [closed]
I want to know the reasons for using the ISO-8859-1 in the HTML
Like when I use the character encoding for the form as ISO-8859-1: what do I get from this ? Why I can't just make the input in the ...
1
vote
2answers
28 views
Javamail ISO-8859-1 formating
I made an E- Mail Client for my Android phone with the Javamail Api. If I try to get the sender's mail adress and the recipients mail adress with the following methods:
Address[] froma = m.getFrom();
...
0
votes
0answers
11 views
Codification differs on index from internal page
Well, do not know why but my index file and internal pages have the same encoding (set to ISO-8859-1 on PHP headers, php.ini, meta charset, etc.). However, special characters are not displayed ...
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
50 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
2answers
134 views
ISO-8859-1 encoding and binary data preservation
I read in a comment to an answer by @Esailija to a question of mine that
ISO-8859-1 is the only encoding to fully retain the original binary data, with exact byte<->codepoint matches
I also ...
0
votes
1answer
69 views
Jsoup parse iso-8859-1 file
I've been looking online and trying to understand. I am parsing some html files that are encoded in iso-8859-1. Once parsed I want all the output to be in the standard java encoding (utf-something)
...
2
votes
2answers
63 views
How to know the default charset of apache/php
When the character set is not specified either in httpd.conf, or php.ini, or .htaccess etc, then what is the default character set used by the apache server/php?
The browser considers it to be ...
0
votes
0answers
27 views
character is getting converted into heaxdecimal code in SOAP request
We have html page in encoding ISO-8859-1 as below:
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
On submitting a form on this page a soap request goes.
If we ...
0
votes
1answer
51 views
Html5 form pattern latin characters vocals áéíóú Çç ü
i'm trying to validate input form html5, it works in my local web server, but when upload to hosting doesnt work in this characters: accented characters (vocals) like áéíóú.
so i have tried changing ...
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
1answer
116 views
AJAX returns wrong charset in IE
What I'm trying to do
I am using $.get() on index.html page to get the contents of otherpage.html located on the same server and then display it in a DIV on index.html page. Both pages contain some ...
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 ...
1
vote
1answer
62 views
Console does not display the small s with caron when converted to ISO 8859-1
My application receives Integer Values for ISO 8859-1 Chars over TCP and should display it for testing in the console. For converting the Int/Bytes to ISO 8859-1 strings, I took the code from the ...
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
119 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
142 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
1answer
85 views
NSData / Encoding issue : why won't I read all the characters correctly?
I'm using an ASP request returning a XML file containing some latin characters.
By using this code :
NSData *data = [[NSData alloc] initWithContentsOfURL:[NSURL ...
0
votes
0answers
63 views
Android Reading File with Accents
I have a problem. I am using a file to load some strings to use them in my App.
I have this function:
public void lecturaFichero(){
String linea = null;
try {
InputStream ...
0
votes
2answers
47 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 ...
0
votes
1answer
95 views
ANSI view get differed from notepad and notepad++.why?
I am writing some data as a xml file with ISO-8859 encoding.If I tried to open the file in notepad++.I can able to see the 'Â' character which is already present in the file.But if I tried to open the ...
0
votes
1answer
84 views
ISO 8859-1 Characters
I am working on an application in which we do translations for English/Spanish/French using a JSON file. I am a bit confused on if I need to use ISO 8859-1 Characters (their entity number) for the ...
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
53 views
linux libiconv transcode from ISO8859 or IBM850 to UTF8 error
I don't know what the original code is, so I assume that the original code is IBM850 or ISO8859-1.My process below
IBM850 -> UTF8
if this is OK, I consider the original code is IBM850, if NOK,do ...
0
votes
1answer
121 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
0answers
68 views
how to encode xml to iso-8859-1 in rails and send it in url as parameters
I've two xml files and have to pass both of them to parameters in my url. I've to use iso-8859-1 encoding, I did not get it accurately and spent much time on it. But it seems that not encoding ...
0
votes
2answers
114 views
List with hex escaped values to readable string in Python
I have a list like this:
['<option value="284">\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0 Historia </option>', '<option value="393">\xc2\xa0\xc2\xa0\xc2\xa0\xc2\xa0 H\xc3\xa4lsa & ...
0
votes
3answers
519 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
180 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 ...
0
votes
2answers
147 views
C++ Retrieving the Unicode Code Point in Hex
I wanted to do retrieve unicode representation in hex for characters. For an example, for the character €, the value should be 0x0080. I need to do this only for the ISO 8859-1, the first 256 ...
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
330 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
615 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
259 views
ISO-8859-1 encoded strings out of /into JSON in Java
My application has a Java servlet that reads a JSONObject out of the request and constructs some Java objects that are used elsewhere. I'm running into a problem because there are strings in the JSON ...
1
vote
1answer
288 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 ...
2
votes
1answer
40 views
Could failing to specifiy a charset in an HTML cause the page to periodically render garbage?
We've been experiencing issues where pages render as garbage sporadically and, during the course of investigating the problem, I found that the original developers of the site never specified a ...
1
vote
0answers
244 views
ISO-8859 and NodeJS JSON.Stringify
I am converting translation files to JSON in NodeJS.
I have strings like:
Cadrer sur la sélection
Navigateur dépassé détecté !
and I am trying to convert them to UTF-8 so I can json.stringify ...
0
votes
2answers
93 views
How to display the character `£` using c?
After referring the ISO 8859-1 standard, I get to know that the character £ has the value 0xa3, I want to display it using c, so I write this program:
#include <stdio.h>
int main()
{
...
0
votes
2answers
91 views
GWT: accents not displayed on Strings
In my GWT project I am initialization Strings with accents (acute), but on the next line (debugging on Eclipse) these accents are displayed as �. Same happens when I deploy.
String myText = "Título";
...
0
votes
1answer
130 views
Force browser to display ISO-8859-1 without interpreting as Windows-1252
Historically, a lot of web pages advertising themselves as being in the ISO-8859-1 (Latin-1) encoding actually contained content in the Windows-1252 encoding (which is a strict superset of Latin-1).
...
2
votes
2answers
252 views
Perl - right way to retrieve a ISO-8859-1 encoded website with LWP::UserAgent?
I am retrieving a ´ISO-8859-1´ encoded website by using ´LWP::UserAgent´ with the following code.
The problem is, that the special characters are not displayed right, especialy the "€" sign is ...




