Representing characters as a series of bytes

learn more… | top users | synonyms (2)

0
votes
0answers
9 views

RazorPDF and Chinese character

I use Razor-PDF to create PDF. like the following article: http://www.dotnetjalps.com/2013/06/Creating-PDF-with-ASP-Net-MVC-and-RazorPDF.html But I have a problem. the data consists of Chinese ...
1
vote
1answer
25 views

how to encode/decode ascii85 in javascript

I was looking for an alternative to Base64 which works fine on Unicode characters. I have found ASCII85 which works great however I found no code or command doing that in JS. I just found this link ...
1
vote
1answer
20 views

How do I know all supported encodings recognized by Python's unicode function

Python has a unicode built-in function that converts an byte stream to unicode string. I just hope I can query all the available encoding on my system. But how to. The reason for this question is: ...
0
votes
0answers
5 views

UTF-8 Tab Separated File not opening in Excel properly

I am generating tab separated .xls file from SAP MII using XSLT which has few french characters as headers/columns. When I open this file in excel, all special characters are messed up and does not ...
0
votes
0answers
16 views

How to get same JSON string output on iOS and Rails?

I have a JSON document on iOS and an identical document in Rails. When I serialize it on iOS, I need it to be character-for-character equivalent to the serialized string from Rails. However, when I ...
0
votes
0answers
16 views

Reading Excel Files from Linux without Accents

My problem is the following one: I have an excel file where certain cells have values with accents. While running my ADF App Local on windows, I'm able to read these cell's values and generate a pdf. ...
0
votes
1answer
13 views

glade and pygtk (probably a charset prob?)

I am struggling with a problem, that is really driving me nuts. I installed Pygtk-all-in-one Bundle version 2.24.2 for Python 2.7 [1] and Python 2.7.5 [2]. Now I want to use gtk.builder to load my ...
3
votes
5answers
68 views

Why is this Java program gives incorrect results on Eclipse and correct results when run from terminal?

Consider the following program. import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.Charset; public class HelloWorld { public static void main(String[] args) { ...
0
votes
0answers
18 views

as/400 ascii - equivalent Encoding in .NET

What would be the Encoding in .Net that is equivalent to IBM AS/400 ASCII ? What i the System.Text.Encoding()? Is System.Text.Encoding.ASCII 100% compatible with IBM AS/400 ASCII?
0
votes
0answers
6 views

Charset issue in ajax request using jQuery

I have an ajax request like below: var result; $.ajax({ url: command, success: function (data) { result = jQuery.parseJSON(atob(data)); ...
1
vote
0answers
20 views

Messed up character encoding with Android + GAE Cloud Endpoints

I made web app using GAE's Cloud Endpoints. App has only backend part. App calls Google Places API and parses JSON responses, creating objects which returns to client. Client is Android app which uses ...
0
votes
0answers
14 views

php ZipArchive() utf8 encoding problems with filenames

I use ZipArchive(); to list the file names inside a Zip archive (uploaded on FTP, not created by server). Problem is that the file names contain french caracters (accents like é à ô â à è) that are ...
0
votes
1answer
60 views

fix broken utf8 encoding in haskell

With the help of the kind SO people, i successfully implemented a simple rss downloader in haskell. But one question remains: how to fix the broken encoding of the feed item title? Here is the minimal ...
2
votes
0answers
36 views

Error handling for encoding problems in File.listFiles() in android

I'm fairly new to android and java, my background is c# .net. I have a network share mounted to /mnt/cifs/Audio by using CifsManager. Other apps on the device can display the files in that directory. ...
0
votes
1answer
17 views

Posting BASE64 image and message via js API message is not UTF-8 encoded

We are posting a BASE64 image to a user album together with a status message. Everything works fine but if the status message contains non base ASCII characters those are not correctly encoded. We ...
0
votes
0answers
11 views

Search engine spider don't support my site's encoding

Ok this is my last hope to find a solution. I have a site, built with joomla 3.0, which contains greek characters for the most part. The content is displayed properly with any browser, and I have ...
0
votes
0answers
15 views

Spring MVC form wrong character encoding

I have a spring MVC application with a feedback form that sends the user's feedback via jquery .get method to feedbackEmailSend.html URL. Here is the controller action that responds to this URL ...
2
votes
2answers
46 views

How to check if file-encoding is correct (corresponding to the country/codepages)?

How can i check a txt-file if it contains only valid characters, corresponding to the country-codepage? because they get transfered to a linux-system, so every character has to be in the codepage ...
2
votes
3answers
29 views

Any freeware java library to encode from Unicode to CP866?

I'm trying to print to a device which supports CP866 encoding only. Unfortunately the device from which I'm printing (an Android device) does not support CP866, resulting in "abc".getBytes("CP866") ...
2
votes
2answers
62 views

C++ File character encoding

Ok so I'm trying to read a json formatted text file with accents (French), under W8, using C++ (Visual Studio 2012 Express). This is the file: {"products": [{"id": 125, "label": "Billél"}, ...
0
votes
2answers
24 views

Which meta tags before title tag in html with doctype 4.01 Transitional?

So my question is about which meta tags are placed before the title tag when set in the head tag in html with doctype 4.01 Transitional. Here I give an example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD ...
0
votes
2answers
33 views

UTF-8 characters not inserted as UTF-8 into MySQL table from PHP [duplicate]

I am trying to insert records containing Hebrew characters from PHP into a MySQL table. Both the schema and the table are set with utf8 character set in MySQL. The Web-site is set with a ...
0
votes
1answer
23 views

Is MySQL's collation solely used for sorting?

According to the official MySQL manual the collation used defines the order of records when sorting alphabetically: http://dev.mysql.com/doc/refman/5.0/en/charset-general.html However: I have a PHP ...
-1
votes
0answers
13 views

I get extra characters when inputing many spaces in vi over ssh using my iPad [closed]

I use Server Auditor on my iPad to connect to a Rapberry Pi on my local network over WiFi. When I edit files with vi and I input several spaces in a row (for indentation) every other character is a ...
-1
votes
1answer
29 views

Changing Encoding UCS-2-LE w/o BOM to readable format [closed]

I have a large file of about 80MB which is encoded in UCS-2 LE w/o BOM. I don't know what that is and how to change encoding in readable format. Kindly provide the Code in PHP or C or any application ...
0
votes
1answer
21 views

Charset/Encoding error while Inserting to Google Datastore

I know this question is an exact duplicate of at least a dozen other questions. But I posted this question helplessly only after being convinced that those questions seldom solved my problem. ...
0
votes
0answers
43 views

Character encoding is not working with UTF8

I am writing a web scraper, which downloads and processes html from a web site.After downloading content of the site, everything is stored in a Database. Then I get data from the database to display ...
0
votes
0answers
21 views

OS X 10.8.4 textutil output encoding

I'm successfully using textutil -cat txt *htm to join a folder full of *htm files into out.txt. The resulting file is utf-8 with unix line break. man textutil shows -encoding option to output the ...
0
votes
0answers
26 views

Doublebyte encodings on MSVC (std::codecvt): Lead bytes not recognized

I want to convert a string encoded in a doublebyte code page into an UTF-16 string using std::codecvt<wchar_t, char, std::mbstate_t>::in() on the Microsoft standard library implementation ...
2
votes
2answers
46 views

Why do PHP and Obj-C encode strings differently?

I'm trying to convert a string to UTF8, on both obj-c and php. I get different results: "\xd7\x91\xd7\x93\xd7\x99\xd7\xa7\xd7\x94" //Obj-C "\u05d1\u05d3\u05d9\u05e7\u05d4" //PHP Obj-C code: const ...
0
votes
1answer
23 views

dealing with strange characters with access, asp and CSVs

I have a problem, i have to create a csv file with an ASP Classic page, taking the data from a MS Access database, all really simple, but in the final file I have tons of strange characters, appearing ...
-5
votes
0answers
83 views

What character encoding is this? How can I find out?

I use an HTTP GET request method to the following url: ...
0
votes
1answer
11 views

In MySQL, Is there a programmatically way to check data's integrity before altering encoding/collation of a column?

I have a table with one column whose encoding is cp1252 and collation is latin_swedish_ci, and I need to change it to utf8_general_ci. I'd like to check if I'm not going to end up with weird ...
0
votes
1answer
11 views

html DOM: good test webpages to test encoding/decoding

What I'm doing is: via javascript, reading the DOM of webpage converting to json string sending to python as ajax in Python, json decoding the string into object What I want is for any text that ...
2
votes
2answers
71 views

How to cast a wchar_t to a BYTE* in C

I want to cast a wchar_t variable to a BYTE * before sending it through a stream. I Have wchar_t val[] = L"abc"; and I try to cast using: BYTE * bytes = (BYTE *)val; I don't have all the ...
0
votes
2answers
29 views

How can I prevent the browser from changing ß to ss?

I am trying to have the following german character to display correctly: ß Unfortunately, it displays as 'ss'. I have tried following some of the directions I found at: How can I properly display ...
2
votes
1answer
16 views

Mime encoded headers with extra '=' (==?utf-8?b?base64string?=)

This might be a silly question but... here it goes! I wrote my own MIME parser in native C++. It's a nightmare with the encodings! It was stable for the last 3 months or so but recently I noticed ...
0
votes
1answer
33 views

JSP contentType and pageEncoding not working, I've tried it all

I'm completely puzzled. I've set my Apache and Tomcat config files, Java Servlet project and JSP pages, ALL OF IT to "UTF-8" to support spanish characters (á, í, ó, etc). I've systematically followed ...
1
vote
1answer
19 views

Django testing view input with different character sets

I'm having trouble trying to generate a test for my views. I've a view, that consumes in a given input from form, some characters. That characters are commited to DB, without problems. All I was ...
0
votes
0answers
6 views

Charset IBM850 on ODBC with Code Igniter

Config: $db['mydb']['hostname'] = 'MyDb'; $db['mydb']['username'] = ''; $db['mydb']['password'] = ''; $db['mydb']['database'] = ''; $db['mydb']['dbdriver'] = 'odbc'; $db['mydb']['dbprefix'] = ''; ...
2
votes
2answers
69 views

Python to C++ Character encoding

I have a C++ program that uses the Python C/API to call Python scripts for DB info, but the data received is not encoded in the right way. This is in France, so my data has accents and other ...
0
votes
1answer
21 views

Encoding error with mysql_real_escape_string, returns empty string

The scenario: An html-document that's used for editing product details is encoded as ISO-8859-1, and sends POST data to a PHP-file (also encoded ISO-8859-1). That PHP-file in turn has ...
1
vote
1answer
22 views

knitr losts accentuated characters when compiled in pdf

I read "all" demands concerning knitr and encoding but I cannot find solution... My problem seems very simple: Here is my Try.Rnw file: \documentclass{article} \usepackage[utf8]{inputenc} ...
0
votes
1answer
15 views

Lucene GermanAnalyzer treats different inputs differently

I have a problem with GermanAnalyzer. I need it just to search for names. Let's say I have in my table documents {"Muller","Mueller","Müller"}. Now if I use Analyzer analyzer = new ...
0
votes
2answers
27 views

Internet explorer won't sent special characters

My website: www.egemen.dk I'm developing a website and have problems with special characters on IE. On my website there is a dropdown box with a number of lastnames. These lastnames can contain ...
1
vote
3answers
50 views

How can I replace '%' to '\x' in Python

My aim is that converting base64 encoding "%EB" string to "\xEB". However, as soon as I tried, I found that it is hard and can't achieved by string.replace nor re.sub both. My code failed as below: ...
1
vote
1answer
27 views

double encoded UTF-8 output of tag file in jsp content

I have some JSP pages properly encoded in UTF-8, verified using a Hex Editor, Eclipse and TextPad, with a proper pageEncoding and contentType attribute specifying UTF-8 each. Everything looked fine in ...
0
votes
1answer
41 views

iOS: Display NSArray of NSStrings in a label with special character encoding

I have several NSStrings which I add to an NSArray. The string may contain special characters. In the end I want to print the array to a UILabel. The very simplified code (if you think I missed ...
0
votes
0answers
26 views

Using German umlauts while opening a url through php

I have written a php code in which i want to access a particular url using a string($password here) that can contain german umlauts like ä,ö,ü. The code is running perfectly with normal characters but ...
1
vote
0answers
24 views

Findbugs: Reliance on Default Encoding, but the Encoding Exists?

FindBugs complained (rightfully so), that I hadn't specified the encoding for my file. I have since changed the code, but the error remains and I know not why. Code in question: private void ...

1 2 3 4 5 116