Encoding is a set of predefined rules to reversibly transform a piece of information in a certain representation into a completely different representation. The other way round is called decoding.
0
votes
0answers
6 views
phpmyadmin doesnt show utf-8 correctly
I can't get phpmyadmin to show UTF-8 correctly.
I have set my fields to: utf8_general_ci, it's the only place I can find utf-8 configuration in phpmyadmin.
If add utf8-content to the db, and the ...
0
votes
0answers
11 views
My files' encoding is changed by NuGet
I have a small problem when packaging one of my projects with NuGet:
The files (.aspx) I put in my content folder are from a Visual Studio 2010 solution and encoded as UTF-8 with signature.
After I ...
0
votes
0answers
26 views
UTF-8 in Rails on Mac OSX
We recently ran into the requirement of accepting UTF-8 characters in one of our models. We set up the field to use the proper encoding in the database (mysql, locally mariadb in my case). We all run ...
0
votes
0answers
37 views
Encoding german characters
I need to import with load data some perl - generated files to oracle database.
Perl-script get a webpage and write csv file.
Here a simplified script:
use File::Slurp;
my $c= ( $user ...
0
votes
1answer
39 views
Special characters in file name cannot be found
I have a list of files that I want to check if they exist with PHP
Here is a screenshot of the list (using Options +Indexes)
In PHP, I tried
$name = iconv("utf-8", "utf-8//TRANSLIT", $name);
...
0
votes
0answers
8 views
MS Access 2007 Latin to Cyrillic
I've just been assigned to work on a project. I have to develop a GUI for an existing database.
They have all the data in MS Access 2007 but when the data was registered they only changed the font to ...
0
votes
0answers
11 views
Insolvable encoding issue with rails… Turkish “keşkek”, the s is turning into a question mark…
I have a basic form with a text area, the page has:
'<meta http-equiv="content-type" content="text/html; charset=utf-8" />'
in the header.
It's saving to a mysql database with utf-8 ...
2
votes
1answer
26 views
How can I force HtmlUnit to parse a Javascript file in UTF-8 in a GWT Test Case?
I'm writing a GWTTestCase on a GWT Module including an external Javascript file which contains non-ASCII characters in variables names (d3.js).
I get this Error :
SEVERE: error: message=[illegal ...
1
vote
1answer
23 views
how to convert byte[] in Modified-UTF8 to a String?
I'm learning about class file format.
And I encountered with a Modified-UTF8 encoded byte[].
Is there any handy way to convert that byte[] into a String without DataInput#readUTF?
I couldn't find ...
0
votes
1answer
62 views
PHP: Null when there are special characters (Ñ…) [duplicate]
I have a php script and a table in a database. The php script selects all the rows and takes them to an array. I have also an Android device which calls this script. Everything workks fine, but if ...
0
votes
1answer
50 views
Rails: Is it a bad idea to put double-byte character inside a model?
I've learnt that you may define a Ruby source file as UTF-8 to be able to key inside it double-byte characters (e.g.: ¤) instead of their HTML code (e.g.: & curren;):
# encoding: UTF-8
class ...
0
votes
0answers
13 views
Force Struts1 to use the correct encoding for the resource file
Seems like the Struts1 uses InputStream to read i18n resource file(s) instead of a Reader.
There is a struts.i18n.encoding property in the Struts2, but I could not find a similar settings for the ...
3
votes
0answers
18 views
Android Image 64bit Encoded Image does not get Decoded in WCF
Hi um using both of these options one at a time to encode an image and send it over http post in android
String encodedImage = Base64.encodeToString(imageData, Base64.URL_SAFE + Base64.NO_WRAP);
...
0
votes
0answers
32 views
java encoding issue (Ubuntu terminal)
I'm university student majoring computer engineering.
I have been tried to rewrite the framework of some tools.
But I can't read '*.java' source.
that like..
0000 1020 3040 2343 2034
3521 3425 4324 ...
0
votes
1answer
7 views
Convert nsstring with UTF8 encoding in it?
I have an nsstring @"I\xe2\x80\x99m" that I want to convert to the NSString @"I'm" any idea how to do that? Thanks!
1
vote
0answers
14 views
VB to download torrent, deflate gzipped section selectively
Apologies if this is a basic question, i'm a very casual programmer.
I'm writing a program which will search for torrents, grab them based on certain criteria (one being that they are indicated as ...
0
votes
1answer
17 views
base64 encode string from a terminal?
OS X 10.8.3
C++
We have base64 encode and decode functions in our code.
However, I want to base64 encode a string from my terminal and use it in my code so our functions can decode it when it needs ...
2
votes
2answers
62 views
Perl unicode handling with DBI
I am using Spreadsheet::Read to get data from Excel (xls or xlsx) files and put them in a MySQL database using DBI.
If I print out the data to the console, it displays all special characters ...
0
votes
1answer
17 views
force encoding to SQLGetData function in odbc
Please do you know a way to force an encoding(example utf-8) to retreive data using the SQLGetData function in ODBC?
Thanks in advance
0
votes
3answers
40 views
How to make MATLAB return char instead of ASCII?
So, I'm using AT Commands with Matlab to return the Caller ID, but this doesn't really matter.
Everything is working great except for the fact that it returns ASCII numbers and I have to take my time ...
0
votes
1answer
28 views
Xcode debugger displays string correctly but console does not
When I hover over my nsstring in the debugger, apostrophes and special characters show correctly, but when I print the nsstring to the console letters and numbers print fine as before but special ...
0
votes
1answer
24 views
Commit encoding change
I have some files with us-ascii encoding committed to repository. When I change encoding to utf-8 I cannot commit, because I get:
$ git status
# On branch master
nothing to commit (working directory ...
0
votes
0answers
11 views
jruby dragonfly gem - “incompatible character encodings: UTF-8 and ASCII-8BIT” when open file with special characters
I'm a newbie in jruby, I'm currently working on a Jruby app that use Dragonfly gem to handle image upload.
The problem here is when uploading a zip file (called abc.zip) containing a file name like ...
-1
votes
1answer
38 views
Cannot read special letters from UTF-8 txt file in java
I have a problem with UTF-8 encoding in java.
I have an UTF-8 encoded .txt file. I have checked in notepad++ that the file actually is UTF-8 encoded.
I try to read the file, but the special letters ...
0
votes
1answer
22 views
Jenkins and TestNG results encoding
I am use Jenkins to build my Maven project and post testng results using plugin. Have a problem with cyrillic symbols in report. It's look like: ��������. But
cyrillic output in Jenkins console is OK.
...
0
votes
1answer
22 views
Cannot Decode Encoding - Python and imaplib
I'm obtaining emails from IMAP using Python and imaplib. In this specific case I'm having a problem with the To: addresses.
I extract the encoded To: field, separate the addresses and then try to ...
-2
votes
1answer
45 views
UTF8 Characters not displayed correctly [duplicate]
In my mysql database i have string with german umlauts (ä, ö, ü).
I query them with php/mysql and when displayed on my website, they show up like this:
�
I have this html in my website:
<meta ...
1
vote
3answers
28 views
Avoiding accidental double htmlspecialchars encoding?
I'm currently tightening up security on my website and I'm trying to make sure every single value passed from PHP to HTML is encoded correctly.
Currently, assigning values to the template will encode ...
0
votes
1answer
27 views
C# encoding Shift-JIS vs. utf8 html agility pack
i have a problem. My goal is to save some Text from a (Japanese Shift-JS encoded)html into a utf8 encoded text file.
But i don't really know how to encode the text.. The HtmlNode object is encoded in ...
0
votes
1answer
29 views
encode string as utf-16 to base64 in javascript
I'm struggling to find any resources on this online, which is concerning.
I've been reading about UCS-2 and UTF-16 woes, but I can't find a solution.
I need to get a value from an input:
var val = ...
0
votes
2answers
25 views
TEXT in Arabic showing wrong characters instead
I've a Character Encoding issue.
I've a text file written in arabic, when i open it I get weird characters.. like this åÇÜÇáÍÌÑäÇáÑÝÇÚíãäí..
Is there any way to fix this and get a correct text? ...
0
votes
0answers
28 views
PHP & Android - UTF-8 encoding problems
We're doing a POST request via Android to PHP and Android is passing UTF-8 string, our database is currently cp1252 (has a live iPhone backend, hence working with it)
However we can't seem to get ...
1
vote
3answers
29 views
Special Characters “>” not displaying by using UTF-8
Here are my codes below:
ul.pathnav a:before{
content:"\0X3E";
text-decoration:none;
}
\0x3e is the hex for ">", but it doesn't work.
I tried another special character, it works ...
0
votes
1answer
22 views
Encoding in databases sql commands
I will like to know what entity is responsible for doing the encoding conversions necessaries to accomplish and SQL command successfully. For example: you have several places where output an SQL ...
0
votes
0answers
31 views
SQL Server 2008 R2, Hebrew returned as question marks
I've got an ASP Classic site hosted on IIS 7, powered by SQL Server 2008 R2.
The data in the tables of the DB is in Hebrew.
The problem is that when I try accessing the data from the site (as ...
0
votes
0answers
12 views
PDFBOX PDF->Text encoding working on a computer and not on the other one
I am extracting text from a swedish pdf and the swedish characters on my computer are displayed as a ?
However when testing the same code on another machine it is working and parsing well.
I ...
0
votes
0answers
30 views
Webpage encoding utf-8
I am having massive problems and very confused of what to do?
My Mysql database Collation: latin1_swedish_ci
My header: meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
Before ...
1
vote
1answer
25 views
Change encoding multiple file with iconv in bash
I want to change multiple php files encoding with iconv.
I use find and exec option (Reference : http://linux.bigresource.com/Ubuntu-Encoding-Conversion-on-Multiple-Files--4fuXvUwbN.html)
find . ...
1
vote
1answer
20 views
confused about xhtml5: no more `<?xml?>` and now mandatory `meta`?
I've been a longtime user of XHTML 1.0 Strict, and I'm now trying to switch to XHTML5 in my new projects.
I'm confused that <?xml version='1.0' encoding='utf-8'?> is no longer considered valid, ...
1
vote
0answers
43 views
Save text file in UTF-8 encoding using cmd.exe
Is it possible to save a text file in UTF-8 encoding using Windows' command line cmd.exe?
0
votes
1answer
44 views
How to read byte[] with current encoding using streamreader
I would like to read byte[] using C# with the current encoding of the file.
As written in MSDN the default encoding will be UTF-8 when the constructor has no encoding:
var reader = new ...
1
vote
2answers
39 views
Encoding and decoding UTF-8 byte arrays from and to strings
I'm working on a cross-platform encryption system. One of the requirements is to easily encrypt and decrypt strings in out application code.
The encryption class works flawlessly, but I'm having ...
-2
votes
2answers
54 views
How to convert Unicode strings to ISO?
Help please, I have to print unicode strings caming from a database (oracle stored procedure => mapping into a java object) into a JSP page (with stuts1), I used this :
String unicodeStr = ...
0
votes
2answers
36 views
Does encoding matter when writing to a file?
I was told today that when writing to a file the Encoding in which you write in doesn't matter. I don't know a lot about Encoding but this sounds reasonable considering Encoding is only for ...
1
vote
1answer
18 views
What project encoding I must set in Netbean project property to open files encoded using the DOS character set (Code page 437)?
The problem is that I don't see any encoding in the drop-down list of available encodes on Netbean project property that match any of the names that DOS character set have. I have installed Netbean ...
0
votes
1answer
33 views
How to make a web request in WP7 from a server with unsupported encoding
I'm making a Windows Phone 7.1 app that needs to get some content from an API described in
http://feed.evangelizo.org/reader.php
For example, this is a valid request
...
0
votes
1answer
51 views
How can I make my methods restart my after being executed once?
How can I alter my code to make it so that it reruns the if/else-if statements after being run once.
E.g. How can I go:
top menu>prompt for input(which is 2)>submenu>prompt for input(1 ...
0
votes
1answer
26 views
Encoding C++ / PHP / MySQL
I've got a big problem with my "MySQL" database encoding.
When I see my database with phpmyadmin I see the data with encoding problem with special characters like "é" -> "é" or stuff like that.
But ...
1
vote
0answers
17 views
JFlex and accented characters
I need to create a parser with JFlex to extract all words from an input file, including those with accented characters like á, é, í, ó, ú, ñ, ...
My problem is that even setting all files with UTF8 ...
0
votes
2answers
53 views
String to unicode code point escpe sequences in Python
Here is my problem... I have a "normal" String like :
Hello World
And unlike all the other subjects I have found, I WANT to print it as it's Unicode Codepoint Escape value !
The output I am ...


