0
votes
0answers
4 views

XALAN-J encoding issue using external javascript function

Hi I have a simple XSL template: .... <xalan:component prefix="js" functions="sanitize"> <xalan:script lang="javascript" src="../resources/sanitize.js" /> </xalan:component> ...
1
vote
1answer
24 views

How do you set the Safari browser title with UTF-8 characters in javascript?

I have updated this question to make it clearer: I am sending the word "Über" as the value in a php header as a response to an ajax request like so: header('title: ' . 'Über'); The word "Über" ...
0
votes
3answers
29 views

JavaScript send full HTML source via AJAX, problems with UTF8

I'm having troubles with sending a full page source with AJAX. I've tried escaping the content with escape(), encodeURI(), encodeURIComponent() - all of them fail sending utf8 characters. My code is: ...
0
votes
1answer
29 views

Character encoding differs between local and remote server

I've run into a problem with character encoding. I'm using D3.js to load a json file. Some of the rows contain characters such as å, ä, and ö. These are rendered as � in the browser, but only when ...
6
votes
3answers
177 views

Why does my Unicode String get corrupted, when passed from Java Applet to Java Script?

I'm pretty new, so don't be too harsh :) Question(tl;dr) I'm facing a problem passing an unicode String from an embedded javax.swing.JApplet in a web page to the Java Script part. I'm not sure this ...
1
vote
1answer
39 views

JS backslash escape char being converted to non-escaping character by Shift JIS

I'm currently working on a website that has two versions, one American website that's served as utf-8 and one Japanese version that's served as Shift JIS. The site is generated using Perl. The ...
1
vote
3answers
83 views

Decode JSON string in Mojolicious that was encoded with JSON.stringify

I am trying to send javascript variable as JSON string to Mojolicious and I am having problems with decoding it on perl side. My page uses utf-8 encoding. The json string (value of ...
0
votes
0answers
20 views

jquery navigation gives ? encoding error

I am using the following code for my navigation. My index.php has a PHP MySQL query which displays content encoded in utf8_general_ci, and the apostrophes display correctly. When I use the script ...
0
votes
2answers
40 views

JSON character encoding vs utf8

i have a proplem with JSON character encoding.when i call ajax and return encode utf8 string by json_encode() my key world is 'áo' but after encode it return '\u00c1o' but in javascript,jquery i want ...
0
votes
1answer
90 views

Displaying UTF-8 characters in PDF

I am trying to display a PDF by converting it into a binary string from the backend. This is the ajax call I am making $.ajax({ type : 'GET', url : '<url>', ...
0
votes
3answers
61 views

Where and how do I set the correct encoding when uploading files using xhr

I am uploading image files, and I need them to work with accented characters - so I have made everything use UTF-8. I use this javascript function to upload them: $('#files').change(function(e) ...
1
vote
1answer
91 views

JavaScript and UTF-8 coding

<script type="text/javascript" charset="UTF-8"> doesn't seem to do the work :( I'll start from the top, because the solutiona I am looking for might not be the one I'm asking for. So I'm on a ...
0
votes
2answers
37 views

JavaScript: bookmarklet to show UTF-8 characters correctly

I am reading some pages that don't display correctly some UTF-8 characters. For example this page shows – instead of en dash (–). Others: showing ’ instead of ’ showing ‘ instead of ‘ (see ...
0
votes
0answers
96 views

phantomjs outputEncoding.js error

The phantomjs outputEncoding.js example doesn't display the right characters (danish characters)... I'm running phantomjs 1.7 on windows. (This used to work when I was running phantomjs 1.4 on ...
0
votes
1answer
51 views

Join UTF-8 strings

I want to join some UTF-8 strings together, Any ideas? e.g: Input: س + ل + ا + م Output: سلام
1
vote
2answers
76 views

JavaScript to PHP - POST encoding issue

I'm attempting to send a string from client-side JavaScript to a back-end PHP script. The string contains special quotes like ’ and “. When I look at the console in Chrome I can see that these are ...
0
votes
1answer
177 views

Post tweet with new line inside it

I know that twitter says that users should not use new lines inside tweets because it depends on the client if it are shown or not, but im coding an app that draws tweets into the twitter timeline aLa ...
0
votes
2answers
103 views

Unescaping string in PHP that was escaped in AS3

I have a problem. I have UTF-8 strings that was escaped in AS3 by using escape() function. Now I want unescape them in PHP. The problem is that if I'm using rawurldecode() or urldecode() I get only ...
1
vote
0answers
90 views

Convert special characters like fancy quotes

I'm having issues with user inputting fancy quotes. By the time they hit the database (after being serialized by php) they are bad characters like â€. This line fixes the problem for fancy quotes but ...
0
votes
1answer
48 views

How to I replace certain letters from javascript inside javascript?

I get out "Å, Ä, Ö" like this "Ã ¥, Ã ¤, Ã ¶" when printing data from an external JSON file. This file has the wrong encoding, but I can not do anything about that file because it is from an API. But, ...
0
votes
0answers
58 views

Using javascript objects with UTF-16 property names

I'm calling a service that returns UTF-16 json data. My question is if the JSON object has UTF-16 strings as property names is there a simple way to reference these properties? For example, here is ...
-6
votes
3answers
136 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
4answers
136 views

Use currency symbol with HTML5 and JavaScript

I am writing a basic HTML5 with some JavaScript. I am using the following doctype: <!DOCTYPE html> And I have set my UTF-8 encoding like do (in the head tag): <meta ...
1
vote
1answer
101 views

Is it possible to convert a string containing “high” unicode chars to an array consisting of dec values derived from utf-32 (“real”) codes?

Please, look at this script operating on a (theoretically possible) string: <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <script ...
0
votes
0answers
71 views

User generated Multi-language translation via a Google URL onclick event

SO, this is a sample from a page i'm testing... i=1; translate=document.getElementById('i'+i).innerHTML; translate=encodeURIComponent(translate); ...
0
votes
0answers
97 views

UTF-8 check in node.js server side code is not working

I've implemented some simple code to handle websockets via node.js. All is fine except for the utf-8 validation check: websocket.on('message', function(message) { if(message.type == 'utf-8') { ...
0
votes
1answer
79 views

Utf - 8 character in the url parameter of the .open() method of xmlhttp request object

I've got a web service in which try to find in a big database all the elements that start with those three letters entered in the client side html page: Here is the code in Java - for my web ...
0
votes
4answers
271 views

Replace unicode matches in javascript

I would like to replace the matched words/characters found in a search, for example if I search for a and I get the result ádám, I would like to highlight the á's. Something like: ...
0
votes
1answer
380 views

UTF-16 to UTF-8 conversion in JavaScript

I have Base64 encoded data that is in UTF-16 I am trying to decode the data but most libraries only support UTF-8. I believe I have to drop the null bites but I am unsure how. Currently I am using ...
-1
votes
2answers
1k views

How to encode UTF8 characters into Base64 in JavaScript

I tried like this when handling chinese, but the output is messy code garbled: var a = "你好"; undefined a "你好" a = unescape(encodeURIComponent(a)); "ä½ å¥½" a "ä½ å¥½" compared to handling English: ...
0
votes
2answers
218 views

Decode Unicode to character in javascript

I have the following unicode sequence: d76cb9dd0020b370b2c8c758 I tried randomly in non-English character (for this experiment, I tried korean languange) as the original of above unicode ...
1
vote
1answer
193 views

UTF-8 in nodejs with socket.io

I'm having trouble passing utf-8 encoded strings to the client using nodejs and socket.io. It does not seem to matter what transport (websocket, flashsocket or xhr-polling) I'm using. The code is ...
0
votes
0answers
133 views

GNU/Linux - Javascript(Jquery) UTF-8 Parsing

I am working yet just a couple of days at this Problem as only on my GNU/Linux TestSystems the Parsing does not work and I just can't find a solution, I'm searching now some help. Here the Details: ...
0
votes
0answers
50 views

Chinese Encoding errors in XML or JSON

I am using the XML to create a xspf playlist (http://hornschorus.org/playlist.xspf) When I use the xspf validator (http://validator.xspf.org/ ) to check the xspf, it said valid. But the result ...
0
votes
1answer
79 views

Alert Arabic letters display garbage in chrome

When I try that line: echo "<script >alert(' مشترك بالفعل!'); location.href='index.php';</script>"; in chrome it display garbage but firefox display it correctly. What's wrong with ...
3
votes
4answers
484 views

Convert integer array to string at javascript

Here is php code: $arr=array(228,184,173,230,150,135,99,104,105,110,101,115,101); $str=''; foreach ($arr as $i){ $str.=chr($i); } print $str; the output is: 中文chinese Here is javascript code: ...
2
votes
1answer
315 views

Why do my German Umlaut characters not get displayed correctly when content is dynamically loaded? [duplicate]

Possible Duplicate: UTF8 problem with MySQL 5 I'm having trouble displaying "German Umlaute" characters on a HTML page. The actual page is saved UTF-8 without BOM encoded, has it's UTF-8 ...
0
votes
1answer
45 views

JS String to html markup

Recently I wrote a simple webapp for handling telnet connections with routers. I am using Node.js with Express and WebSockets. After setting up a connection, a stream from terminal goes through ...
0
votes
1answer
39 views

How do I adjust for foreign characters when working with javascript language files served by requireJS?

I'm trying to build a template using requireJS and jquery-mobile. I'm pulling data from a offline/online source and grab text files via requireJS i18n plugin (here. All works well except for foreign ...
3
votes
2answers
118 views

How to store an array with strings containing letters like á ö ő í in a javascript file?

I've got an Array in a javascript file that contains Hungarian first names with with special letters like: ö ő ó á í. var names = ["Aba", "Abád", "Abbás", "Abdiás", "Abdon", "Ábel", "Abelárd"]; ...
1
vote
1answer
97 views

Scrub form submission data of “bad” characters in pre-submit javascript?

UPDATE: Edited because I didn't quite know what I was talking about before. I've got a form which is submitting to a server-side script, which uses that data to produce XML output for a web service. ...
0
votes
1answer
283 views

Downloading generated binary content contains utf-8 encoded chars in disk-file

I am trying to save a generated zip-file to disk from within a chrome extension with the follwing code: function sendFile (nm, file) { var a = document.createElement('a'); a.href = ...
0
votes
0answers
258 views

UTF-8: should it hold that string = encode(decode(string))? And if not, how to achieve it?

In a Javascript Chrome extension, I am trying to transfer a binary string containing a PDF file to an API (Evernote) that uses a thrift.js library. After some attempts, I discovered that the string ...
3
votes
1answer
229 views

Binary file saved to Evernote from Chrome Extension via Thrift is garbled after Unicode conversion

EDIT: this problem boils down to UTF-8 conversion, please discuss here: UTF-8: should it hold that string = encode(decode(string))? And if not, how to achieve it? I am trying to save a PDF file to ...
0
votes
1answer
78 views

UTF8 problems in jsp and javascript

I have jsp page with textbox that contains UTF8 letters. When I pull the value with javascript it becomes into this format: %u05EA%u... How do I turn it back into a string that I can understand in ...
1
vote
1answer
132 views

UTF-8 issue in sending local language message in chat application?

In my Chat application I need to send message in local language. It works fine ,when trying to send a message to agent and displayed exactly it in the Customer Side. But at agent side in displays ...
1
vote
1answer
35 views

Are the numbers in this object UTF-8 compatible? [closed]

Are the numbers in this object UTF-8 compatible/permissible? I'm not quite sure, but I hear that UTF-8 is a standard and I wanted to be sure that if I use this object throughout my Javascript that it ...
1
vote
1answer
890 views

Convert Javascript UTF-8 to ASCII (like Iconv('UTF-8', 'ASCII//TRANSLIT', $string) in PHP)

I'm wondering how it's possible to 'translate' characters in UTF-8 to the closest ASCII equivalent using Javascript, just like Iconv doest in PHP. Example: ü becomes uó becomes o I'd rather not use ...
1
vote
2answers
161 views

JavaScript encoding with Special characters

I wanted to write a method to escape special chars like 'ä' to their responding Unicode (e.g. \u00e4). For some reason JS finds it amusing to not even save the 'ä' internally but use 'üÜ' or some ...
0
votes
1answer
270 views

Squared Question Mark Sign on CSV file read from JS

I'm reading a CSV file in my JS, but characters with accent (á, ó...) are being replaced with a black square question mark (�). I always have this sort of problem in PHP, but, i'm using JS and i ...

1 2 3 4