Questions tagged as 'iso-8859-1'

0
answers

SoapClient - Problem with encoding (Invalid byte 2 of 3-byte UTF-8 sequence)

I am making a request to a webservice with PHP (SoapClient), and when I have special characters, error / deformation is occurring. What I've already tried: Set the parameter 'encoding'=>'ISO-8859-1' or 'encoding'=>'UTF-8'...
asked by 18.08.2016 / 16:36
2
answers

How to change the encoding of multiple files from ISO-8859-1 to UTF-8?

I have a project (in java) with more than 100 files, some of them are in other ISO in UTF8. How to change the encoding of all ISO files to UTF-8 without losing the special characters?     
asked by 02.04.2014 / 14:06
1
answer

Value (input) encoding format

Problem: I am passing the value of an input to a frame but the encoding format does not stay as it should - charset = ISO-8859-1 Trying this: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script type="...
asked by 26.02.2016 / 17:03
0
answers

PHP application migration windows server

Good afternoon, guys. I'm having an application on a server with encoding in ISO-8859-1 and I'm migrating to another server with window. The application is working except for errors with special characters. I gave a searched and tried to convert...
asked by 06.04.2018 / 22:39
1
answer

Error in accent in Python 2.7

During the encoding (below) there is an error appearing in the accent of some words: Note: I am using notepad ++ and run python 2.7 on windows cmd Code: # encoding: utf-8 import os, sys print "EXPEDIÇÃO DE DESPACHO" Exit: λ pyt...
asked by 30.08.2018 / 02:18