Tagged Questions
-1
votes
0answers
30 views
Icon Font not importing
I'm trying to use an icon font and everything was working and now it's not. I'm not aware of any changes that I made so I'm trying to figure this out.
Code Pen Link
Actual Website (The contact ...
0
votes
1answer
18 views
HTML/Unicode characters in .resx files are not rendered correctly in HTML?
When I add these codes checkmark codes (http://www.fileformat.info/info/unicode/char/2713/index.htm)
✓
or
✓
or as someone already suggested:
✔
In my Visual ...
-1
votes
3answers
29 views
Add checkmark in HTML source [closed]
See the source of this site:
view-source:http://www.poster.nl/boeddha-en-orchidee_a46865.html
There are checkmarks in the metadescription. for example before the word "Inlijsten". These checkmarks ...
0
votes
0answers
38 views
Safari on the iPhone cant display escaped unicode character
I created a pseudo-class (:before) for my class and set it's content parameter to \0027F6 which is the escaped unicode character for → (right arrow).
On Google Chrome on my Mac everything is ...
0
votes
0answers
41 views
Accessing the style property “content” on a :before pseudo selector
I have about 250 font icons on a page and I would like to programmatically extract the Unicode values for each icon.
A typical icon has corresponding CSS like this:
.icon-play:before {
content: ...
-2
votes
0answers
23 views
I need left and right alignment symbol. [closed]
I need symbol for left alignment and right alignment to use it.
so i need it as a Text or Unicode not a Picture .
Thanks,
0
votes
1answer
56 views
ajaxSubmit causes incorrect character decoding
Consider the following simple Asp page - a form with one text input and a submit button:
<%
response.write(Request.Form("test") & "<br/>")
%>
<script type="text/javascript" ...
0
votes
3answers
84 views
Convert text to Numeric character references for HTML [closed]
I need to convert chinese to Unicode in C# similar to this converter. For example
"大家好" -> "大家好"
3
votes
2answers
126 views
How to convert unicode to arabic characters in php?
let us say that the string is
$uni_str="06280628002006280628";
In Arabic,it is: بب بب
so , how can i convert it in php without using html like:
for($i=0; $i<strlen($uni_str); $i+=4)
...
0
votes
1answer
66 views
How can I disable the unicode black telephone from being rendered as a red phone on iOS Mail app?
I am using the unicode black telephone character (☎ U+260E) in html email. On the iOS Mail app (tested on iPhone and iPad) the black telephone character is rendered as a illustrated as a red emoji ...
1
vote
1answer
97 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
votes
1answer
111 views
How to convert unicode from html to regular words [closed]
htmlCode = client.DownloadString("http: //abc.com");
When executed, the html has unicode characters such as 来这. How can I convert it correctly and then display in a textbox?
4
votes
6answers
110 views
Change Font Size Based on Language
So i have read a few suggestions with the css language tag, but it seems like everything requires placing the language in the tag in advanced. I am not able to change the html tags around the korean ...
0
votes
1answer
48 views
random unicode being inserted in my underscore template
So there is some unicode being inserted in my template and its causing my iframe src to fail.
The string appears to be http://sand-dynamic.adpinr.com/social_stream/p_unit/1204042 in the javascript ...
0
votes
2answers
49 views
What unicode character I can use to “flag” a string?
I want to represent an object that has several text properties, every one representing the same text value but in different languages. In case the user modifies a single field, the other fields should ...
0
votes
2answers
56 views
Convert HTML symbol to Java symbol
How can i convert HTML symbol to Java symbol? For example: I have  String and i need Java char like \ue000. What i need to do?
0
votes
3answers
62 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 ...
0
votes
1answer
90 views
Perl to MySQL html text
I am parsing some html thus:
use Modern::Perl;
use Mojo::DOM;
use strict;
use DBI;
use DBD::mysql;
use utf8::all;
my $dbh = DBI->connect("DBI:mysql:db_name", "db_username") or die ("Error:
...
0
votes
1answer
89 views
Unicode in <button> is not rendered properly on Safari 5.1 (Windows)
in Safari 5.1/Windows XP, the unicode arrow in the button element is not shown. <span> is working fine.
<span>▼</span>
<button>▼</button>
Screenshot:
...
0
votes
1answer
151 views
How to get unicode inputs on html/javascript?
You can easily get ASCII inputs using jQuery:
$('body').keypress(function(e){
console.log('input: ',String.fromCharCode(e.keyCode));
});
Testing this snippet inputting special characters such ...
1
vote
1answer
55 views
How does ASP.Net MVC replace the HTML tags with something that doesn't pars in browser
If you generate an HTML string Like
ViewBag.FinalHTML="<a href=\"http://stackoverflow.com\">StackOverFlow</a>";
and then Try to show it in View using this code:
This is the best ...
0
votes
3answers
116 views
Korean sentences being split randomly
I'm facing a problem here: I have a text in Korean decimal Unicode and the text is displayed in 4 columns and many rows (as it's the answers of a language test). The problem is that because the width ...
-2
votes
1answer
148 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
130 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
...
-1
votes
4answers
579 views
TypeError: unsupported operand type(s) for -: 'unicode' and 'unicode', coords
full code is HERE
HTML code
<input type="hidden" id="Latitude" name="Latitude" value={{Longitude}} />
<input type="hidden" id="Longitude" name="Longitude" value={{Longitude}} />
...
4
votes
3answers
459 views
HTML unicode character for a “tall” right chevron? [closed]
I am looking for a unicode right chevron character, with no handle on the left, and I would like the top point and bottom point to be spread far apart. Similar to Ubuntu's (website) arrow in the ...
0
votes
3answers
170 views
Unicode via CSS :before
I am using an Icon font (this one to be precise) on my webpage.
Now I want to display an icon inside the :before pseudo element.
According to the documentation, I have to type  to get ...
-2
votes
1answer
58 views
Height and width of “BOX DRAWINGS” like characters, how does it work? [closed]
Look to BOX DRAWINGS characters. They occupy full space for chars so their ends joined together:
┳
┣━╋
┻
How does it work? Why I don't see spaces between characters (horizontally and vertically)?
...
-3
votes
1answer
98 views
What is the character code for enter? [closed]
Consider this piece of code:
http://jsfiddle.net/YttKb/
I want my javascript to add a new line of text. I am using utf-8 coding. What character I need to insert to make a new line? Obviously \n ...
3
votes
2answers
125 views
Javascript not displaying unicode
I am using Javascript to display headers on a SharePoint site, according to a column that I have specified HTML in. Here is the HTML.
<DIV style ='text-align:center; font-weight:bold; font-size: ...
3
votes
3answers
331 views
Browser support and workarounds for Turkish lira sign
So Turkey recently decided to create a new sign for their lira:
Unicode 6.2 (released September 2012) added this to its repertoire as U+20BA ₺ TURKISH LIRA SIGN, and I've been asked to start using ...
0
votes
2answers
95 views
Why am I getting †character in plain HTML?
I have bound data to a repeater control in ab asp.net application. When the data is displayed in plain HTML text in the browser it comes with these characters: â€. I am unable to figure out the reason ...
1
vote
1answer
135 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. ...
-4
votes
1answer
65 views
How can I code a webpage that supports multiple language such as English, Chinese and Japanese. [closed]
I have a html code that gets some data from the server. The data could be in chinese,english or japanese for now. How can I modify my html code to handle multiple languages such as chinese and ...
1
vote
1answer
83 views
Make every Unicode character on a web page the same width
I need two following Unicode characters to have the same width in a web page: ▼ (▼) and ▶ (▶)
font-family: monospace; does not help, they still get different width (Windows 8, ...
0
votes
2answers
100 views
Unicode points rendering difference in a browser: HTML characters vs jQuery.html
Let's say I have the following basic HTML page
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta ...
1
vote
3answers
203 views
Encoding Unicode characters to HTML in Qt
I would like to convert a QString containing Unicode characters to plain HTML text. For instance "私" would become "私".
Is there such a functionality in Qt? I found the function QString ...
2
votes
2answers
279 views
How do I convert HTML percent-encoding to Unicode, with XSLT?
There are tons of entries and answers online about this, but they're all going the opposite direction of what I need. From my iTunes XML, I have thousands of percent-encoded entries, in multiple ...
0
votes
2answers
119 views
HTML parse special chars in Android
I have this simple problem: once I retrieve a mail text, sometimes it happens that Html.fromHtml cannot parse correctly the string.
I'll give you an example. This is the HTML string:
...
3
votes
3answers
352 views
Can not search arabic in mysql Quran Database with php
I am newbie in web programming so I do apologize if I say something wrong.
I am writing a simple php script to search in an Arabic mysql DB (Quran database from this website ...
3
votes
7answers
722 views
How can I display a 'Reload' symbol in HTML without loading an image via HTTP?
I would like to display a 'refresh' symbol in an HTML/JavaScript app I'm creating, but I do not want to make any HTTP requests to load an image. How can I do this reliably across all major browsers?
...
0
votes
2answers
56 views
How can I display a 'key' in HTML without making an HTTP request?
I would like to display a 'key' (from a keychain) next to certain key words in an HTML/JavaScript app I'm creating, but I do not want to make any HTTP requests to load an image. How can I do this ...
1
vote
1answer
109 views
PHP cleanup “&$”
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I have tried:
html2text command line
html_entity_decode + ENT_QUOTES | ENT_HTML401 UTF-8
...
0
votes
1answer
253 views
How to make an arrow using unicode in HTML [closed]
I need to make an arrow in HTML, which will looks like ---------->, <----------- but without empty spaces between characters. I thought I could find Unicode characters that would work. And I found ...
2
votes
2answers
138 views
Convert &#____ to \u____ in c#?
I want to show a special character.
I found this link which displays everything.
let's take for example this char :
2 questions )
how can I convert ↓ , ↓ to \u____unicode ...
0
votes
2answers
192 views
Should I encode HTML special characters when using UTF-8?
I heard recently that it is no longer required to encode HTML special characters when using the UTF-8 (or Unicode) charset on a web site.
I mean non-ASCII characters, such as « («), — ...
0
votes
0answers
78 views
Sanity page strangely garbled on IE8?
Sorry but I can't provide the page file because it's on my business computer witch is totally offline and banned any possible way to transfer data.
Only one photo
As you can see, left is the source ...
0
votes
0answers
282 views
html to pdf in java using Itext
I am using itext to convert HTML in hindi to PDF, but it is shown कंपनी का नाम in place of कॉर्पोरेट पहचान संख्या...
public static void main(String[] args) throws Exception{
...
0
votes
1answer
123 views
strip Unicode? hyphen and whitespace from string php
i am trying to grab a label value from a select list using jquery, write it to a hidden text input and then display that value in php template. --(there is no way to access the field directly in the ...
1
vote
2answers
354 views
Insert Unicode character into JavaScript
I need to insert an Omega (Ω) onto my html page. I am using its HTML escaped code to do that, so I can write Ω and get Ω. That's all fine and well when I put it into a HTML element; ...



