0
votes
1answer
18 views

utf-8 characters not displaying in chrome

Having an issue with html special characters not displaying correctly in chrome see Example Page I have gone through and resaved every file in the project as utf-8 confirmed my meta tag ...
-2
votes
1answer
43 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
25 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
0answers
29 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 ...
0
votes
1answer
18 views

Opening question mark only shown on some linux environment

I'm developing an html page and it's in spanish, so i need to use "¿" (opening question mark) and i have to do it on a linux environment. However i'm editing this html docs on windows while using ...
0
votes
2answers
37 views

UTF8 combination PHP/MySql [duplicate]

My sql database have utf8_unicode_ci collation and HTML have utf8 (meta charset="utf-8"). when i write in PHP: $query = "SELECT * FROM `subjects` WHERE `year` = '$year'"; $result = ...
0
votes
0answers
27 views

UTF-8 in a Java applet (in a webpage)

Perhaps this has never been asked because it's so trivial but: I have an old Java applet that I need to use on a slightly less old webpage. The applet, among other things, needs to read text from some ...
2
votes
1answer
45 views

Does meta tag “charset=utf-8” ensure the correct visualization in any browser?

I am working on a website with multilingual characters (Latin,Cyrillic,Japanese, Chinese and so on) mixed together. I've used the following meta-tag to ensure the correct visualization of the ...
0
votes
2answers
26 views

HTML Characters in MySQL PHP

In my database i have the following information one for each row. s=evil+dead&Search.x=0&Search.y=0 s=algoritmos&Search.x=20&Search.y=19 ...
0
votes
1answer
34 views

Double UTF-8 encoding in form POST

I am trying to submit a form which contains UTF-8 characters. <form id="workflowPersistForm" class="invisibleClass" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded; ...
1
vote
3answers
117 views

UTF-8 encoding with form post and Spring Controller

I am trying to submit a form, which has UTF8 characters inside it. The form looks like this: <form id="workflowPersistForm" accept-charset="UTF-8" method="post" action="/workflow-next">> ...
0
votes
1answer
36 views

UTF-8 characters not suported?

I am trying to make characters like a arrow pointing down but with not the steam (▼) and it doesn't work plus the text is all blurry... see it here: TZCraft Official website How do I fix it? CSS: ...
0
votes
1answer
41 views

Hex to HTML Conversion for special characters

I am calling a service that will return the hex values for special characters. How can i convert those quickly to html ascii char codes either in java or javascript? Any ideas? Thanks
0
votes
2answers
94 views

apostrophe character not correctly being converted to UTF-8 on ajax success

I have found that the character ‘ is not being correctly escaped and is producing the character �, //ajax the next page var sendRequest = function(href, direct){ pushState(href); ...
4
votes
2answers
84 views

Safely remove all html code from a string in python

I've been reading many q&a on how to remove all the html code from a string using python but none was satisfying. I need a way to remove all the tags, preserve/convert the html entities and work ...
0
votes
1answer
31 views

Unwanted replacement of html entities by BeautifulSoup

I have some html containing mml that I am generating from Word documents using MathType. I have a python script that uses BeautifulSoup to prettify it, but the problem is it takes something like ...
2
votes
1answer
48 views

Python: what is the simplest way to convert utf8 string to &#0000;

I have a utf8 string with non-ASCII chars. I need to put it to html file in the ampersand-hash-digits-semicolon form. What is the best way to do this?
0
votes
2answers
58 views

HTML DOM PARSER UTF-8

i have a website but not encoded with UTF-8. And i am including php file in another php. When i change encoding to UTF-8 all the characters went broken. So i can't use header(..utf8 bla bla tag. ...
1
vote
2answers
90 views

HTML generated with a double space tag after <body>

I use notepad++ and utf-8 encoding for writting php code. I faced an issue that my header is moved down. I founded that Firebug shows double space after <body>, so if I delete empty space, ...
1
vote
1answer
94 views

Browser support for UTF-8 symbols

I would like to replace some of the image icons in one of my websites with UTF-8 symbols. It seems that by far not every font in every browser supports all UTF-8 characters. Is there an overview ...
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
votes
1answer
40 views

Form data are submited as ASCII i need UTF8

Hi i post the serialized data of a form by jquery ajax to a php script and i found that the data are send as ASCII when i checked them with mb_detect_encoding. My php page from where the data are come ...
0
votes
1answer
67 views

How to get accent value from a form name field?

This a a form with a field <label for="sec1-prenom">Prénom<span class="requis">*</span></label> <input type="text" name="sec1-prénom" class="required"/> and here is ...
0
votes
0answers
110 views

UTF-8 URL percent encoded (hebrew) working in all browsers except IE

I have a html.file like this, with a local file with a hebrew name like this: אב.html The percent encoded link to it works fine with all browsers but not with IE. It seems that IE is translating it ...
2
votes
1answer
139 views

Greek characters encoding works in HTML but not in PHP

I have very strange issue which cant figure out. i am using notepad++ and if i save a file as .php with Greek characters ( characters not from database ) it display Greek characters as question ...
0
votes
1answer
86 views

Properly display utf-8 HTML characters in non-multibyte Vim

I've been attempting to open .epub files in vim for reading (yes it's silly, let's ignore that for now) and I'm having trouble with how the internal html of epubs displays characters such as ' and " ...
0
votes
1answer
57 views

Issue displaying UTF-8 characters submitted through a form back into the form

I have a form where a user could enter a search term, basically it's a search bar at the top of the page. If the user has entered anything then the new page also contains what they entered, lest they ...
0
votes
1answer
68 views

Unicode Font :Boxes Instead of Spaces

Here's my problem, I'm using a malayalam (മലയാളം, a south indian language) font called AnjaliOldLipi.ttf As far as I know, it's a unicode font but when I use it on webpages, sometimes, boxes are ...
0
votes
1answer
128 views

PHP form data, UTF-8 encoding, symbols are breaking [closed]

I have been tasked with making a simple 'cipher' script. The cipher is constructed by randomly substituting between other characters in the string provided, then issuing the substitutions as an ...
0
votes
0answers
77 views

php multilanguage filename upload

im trying to allow users to upload theyr pictures to the website and show them by theyr original file names. in english everything goes as planned, but when i try to upload a file who is in a ...
1
vote
4answers
111 views

HTML elements in utf8 in a php file?

I'm having problems displaying unicode characters in a php file. The thing is that the line <td>Märkus</td> and <td>Tooterühm</td> don't display the "ä" and "ü" characters. ...
0
votes
3answers
158 views

Freemarker utf-8 encoding problems on t.page

I'm having problems with inside pages. It simply are recognizing pages as iso, but I want utf-8, I'm declaring it as default charset. I tried some modifications on freemarker configuration, but they ...
0
votes
7answers
116 views

Spanish Characters in HTML Page Title

My HTML code for Page title looks like this <title>Telefonía</title> When i check it on browser the SPanish character is not displayed exactly like the above It shows page title as ...
0
votes
2answers
45 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 ...
0
votes
1answer
41 views

Assuming I have control over the server, is there any point in including <meta charset> in my HTML?

I'm running a web site where I have full control of the server and the page content. I'm currently serving all the pages using the UTF-8 text encoding. I'm declaring this in the HTTP Content-Type ...
0
votes
4answers
137 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 ...
0
votes
1answer
114 views

How to set encoding of a variable when passing between ASP pages

Let's say I have page A, which uses ks_c_5601-1987(Korean) as encoding and page B, using UTF-8 (Korean) as encoding. I need to pass a string variable from A to B that is in Korean. Because two pages ...
0
votes
3answers
59 views

meta charset for unicode

I am using Jekyll which has some issues with UTF-8 files. I was able to work around this by saving the file as Unicode (UTF-16 LE). However it is an HTML document, which until now I have been using ...
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 ..... ...
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 ...
-2
votes
1answer
145 views

Displaying chinese characters with jQuery [closed]

On a site I am working on for a client, they use a jquery override file to make quick changes to an otherwise immutable site. They've given me jailed access to the js file to add new functions, and ...
0
votes
1answer
125 views

lxml - UnicodeDecodeError when accessing text of an element

I am working with some Python code that uses the lxml HTML parser to parse the HTML that a co-worker scraped from a random sample of web sites. In two of them, I get an error of the form ...
0
votes
3answers
982 views

jQuery: UTF-8 not working with ajax request

I have a php file which uses jQuery.ajax() to grab some data from another php file into a div. jQuery.ajax({ type: 'POST', encoding:"UTF-8", dataType:"html", contentType: ...
5
votes
2answers
84 views

Are IRIs valid as HTML attribute values?

Is it valid HTML to use IRIs containing non-ASCII characters as attribute values (e.g. for href attributes) instead of URIs? Are there any differences among the HTML flavors (HTML and XHTML, 4 and 5)? ...
1
vote
1answer
415 views

JSF2 h:outputLink encodes colon ':' as %3A

I have URL as /templates/includes/portal/Portal.xhtml?stparamdls=PRM0002:C:#{row.get("msm003_msa")} which is getting interpreted as ...
-1
votes
2answers
80 views

Encoding and Webpages and utf8?

I already know that utf is for "How I store it" , and it has benefit cause it has a variable length which can be useful for web. Q#1 1) when I declare <meta http-equiv="Content-Type" ...
1
vote
1answer
130 views

UTF-8 encoding only working in index.html?

I have a bit of an odd problem here that I cannot figure out. I have two pages: index.html and index2.html. The utf-8 character encoding works fine in index.html but it does not work in index2.html. ...
2
votes
1answer
318 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
92 views

PHP string enocding issue - Extra characters appearing [duplicate]

Possible Duplicate: How to fix double-encoded UTF8 characters (in an utf-8 table) I see extra characters like â showing because of encoding issues as I found out here - HTML encoding ...
0
votes
3answers
134 views

Showing a latin 1 character in a UTF-8 page

Here is a test.html file, saved with my text editor in latin 1 format: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> ...

1 2 3 4 5 6