Special characters (as they apply to programming) are language-specific reserved characters or symbols used to accomplish a specific task (e.g. wildcard characters, data type indicators, escape characters, etc).
0
votes
0answers
16 views
IE displaying nonstandard characters higher up than other text
I can't figure this out. Can someone help? Rather than make a really complicated jsfiddle, I copy and pasted all of the necessary code to a bare bones html page.
...
3
votes
1answer
21 views
Is there a unicode character for this symbol? (the “move” cursor)
I'm looking for a unicode character that shows up like the "move" cursor. I don't know what it's called; it makes it hard to search for it. Didn't see one in any of the list of "arrow" characters.
0
votes
0answers
13 views
How do I update tables in the Android onupgrade SQLiteDatabase event?
I am having issues getting the update to work in the onUpgrade event in the SQLiteDatabase event for an android application.
Below is the code that I am trying to execute, running the application in ...
0
votes
1answer
21 views
How can I add special mathematical and statistical characters and graphics in texview on Android?
I have to add mathematical and statistical special characters, equations and graphics to my android application. How can I do that? Can I add these in TextView or something else?
Thanks.
0
votes
1answer
23 views
NSMutableDictionary not initializing if certain characters included
I'm trying to create an NSMutableDictionary and populate it with forum posts queried from my website. Super-simple code, nothing but...
_postBodies = [[NSMutableDictionary alloc] ...
2
votes
1answer
23 views
Special characters in bound knockout data model
I have a data model with special characters in it (degree signs).. so the property contains the following: "48 ° f". However, when the UI updates to this data, I see the "°", not the ...
0
votes
1answer
13 views
preg_replace whitespace also breaks my special characters
I have a string that contains a lot of whitespaces and line breaks that I would like to clean up, so I use:
$str = trim(preg_replace('/\s+/', ' ', $str));
However, when I echo out $str I notice ...
1
vote
0answers
12 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 ...
0
votes
3answers
34 views
repeat special character with str_repeat
i want to repeat special character or TAB.
i try with str_repeat(str, int)
//my function repeat
function tab($num){
return str_repeat('	', $num);
}
//if I call
echo ...
2
votes
1answer
32 views
Zend 1.11 automatically applies htmleneities filter on submit button
we render a German encoded string übermitteln from a file.
Problem:
zend form does not consider ü as a character and displays the same value on my submit button.
Quick fix we got:
...
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? ...
1
vote
2answers
44 views
What alternatives are there for easier access to {, [, \ in non-US keyboard mappings?
All my life as a developer I was annoyed that on german keyboards some common programming characters are mapped to very awkward combinations:
[ = AltGr + 8
] = AltGr + 9
{ = AltGr + 7
} = AltGr + 0
...
0
votes
2answers
36 views
Java character to represent all characters
I've searched, but all methods i found did not work.
I've got a file with
Arm.addBox( -2.5F, -2F, -3.09F, 5, 10, 6);
ShoulderPlate.addBox( -0.5F, -1F, -5.5F, 5, 2, 1);
...
0
votes
1answer
44 views
Multiple levels of quotes in C# for javascript
I have "custom control" project that constructs a string of javascript to plug into another application. The application calls the "custom control" to determine certain behaviors.
The problem I'm ...
1
vote
2answers
64 views
Operating on character '№'
I want to search and replace the character '№' in a string.
I am not sure if it's actually a single character or two.
How do I do it? What is its unicode?
If it's any help, I am using Python3.
EDIT: ...
-5
votes
1answer
161 views
how to create a function name with '$' as first letter [closed]
I am using Lua + Delphi and I need to get some values in Lua which come from Delphi procedures. To call them I need to use, for example '$hp' or '$level'. And here, I suppose, it will run the ...
0
votes
2answers
35 views
Detect Form Feed Character
I am using C# to read in a text file that has form feed characters in it.
I need to do something when I hit a line that starts with a form feed character.
How can I check for this?
Example:
...
1
vote
1answer
39 views
Insert tulip character to MySQL table
How can I insert the tulip symbol (🌷) into the table column.
I am using PHP 5.3.x and using PDO for db operations, I tried setting various charsets like utf8, utf8mb4 but no use. When I use utf8 it ...
0
votes
1answer
53 views
Numbered special characters not being sent correctly by jquery ajax
I have seen several post about different way to get around special characters not transmitting correctly. But, I was wanting a better and simpler solution (may not find it).
I have a fuction that I ...
0
votes
1answer
27 views
How to save and echo symbol-to-symbol data in database
I have a simple form with textarea
For example:
<textarea name="script"></textarea>
From this form I try to save data in MYSQL database. But there is a javascript data. Yes, I try to ...
0
votes
0answers
28 views
special character different window with linux
I have two projects, one in Windows and another one in Linux. I use the same database for both (oracle 10g),I have got an input file which consists of text that includes special characters (ÁTUL ÁD).
...
0
votes
1answer
40 views
Perl: How to use command line special characters (newline, tab) in $LIST_SEPARATOR ($")
I would like to use the value of a variable (fixed by a command line option for instance) as a list separator, enabling that value to be a special character (newline, tabulation, etc.).
Unfortunately ...
2
votes
2answers
36 views
Is it necessary to use — and – in XHTML or HTML5?
It seems that it is best to use the & escape, instead of simply typing the ampersand (&).
However, should we be using X/HTML character entity references for dashes and other common ...
0
votes
1answer
19 views
How to force CKEditor to use HTML Numbers instead of special Characters
How can I force CKEditor to automatically convert special Characters to HTML Numbers?
For example when I write 6% in the editor and then look at the source code I get <p>6%</p> but what ...
1
vote
1answer
45 views
JavaScript RegExp Special Characters
The following method highlights substrings of a large string. What I want is to support a special character * which represents any string of any length. For example, if * is inputted in the search ...
1
vote
0answers
15 views
Firefox entity/special character text shown instead of Special Character glyph
I am trying to use a IcoMoon font I compiled and have run into a problem on Firefox not displaying the character but instead showing a stacked text of that entity.
Say the character is  ...
-5
votes
0answers
19 views
creating a custom string_format function [duplicate]
Does anybody have a number_format function for STRINGS to "share"?
Im new to PHP, still learning, so this is out of my league.
Such a function doesn't exist as far as I have searched.
Say I have ...
-2
votes
2answers
71 views
How can I use special characters in MySQL [duplicate]
How can I insert special characters like ♣ and é into a sql table?
When I try it I get the error below:
You have an error in your SQL syntax; check the manual that
corresponds to your MySQL ...
0
votes
0answers
11 views
Codification differs on index from internal page
Well, do not know why but my index file and internal pages have the same encoding (set to ISO-8859-1 on PHP headers, php.ini, meta charset, etc.). However, special characters are not displayed ...
1
vote
0answers
22 views
Encoding + character
I am using $.Ajax to call a web method and passing few parameters which are received in webmethod and used for server request. However, one of the param value may have special charaters including +. I ...
2
votes
1answer
51 views
How to join without losing special characters?
I have the following string:
"name\r {} {} {} {} {} other_name other_name {} {} -600.0 {} {} 860.0 {} {} -"
(i.e. string with the special character: \r ).
When I join this line then I lose the ...
0
votes
1answer
44 views
transfer special charcter to normal charcter
I am try to load city name from the XML file using javascript AJAX and finally success on them.
var region=Ahmadābād,Sūrat,Vadodara,Rājkot,Bhāvnagar,Jāmnagar,Nadiād,Gāndhīnagar,Jūnāgadh,Surendranagar
...
1
vote
1answer
30 views
Character or Tag that Uses No Space
I've been searching for a character code or HTML tag to use in a div that takes up no space.
I don't have the option of hiding the div or masking the content, so I'm looking for any particular ...
0
votes
1answer
43 views
Substituting an element with whitespace. ( Perl Regex )
I am trying to substitute any \n\ character with whitespace, but somehow \s isn't recognised as a whitespace substitution character.
$match_to_array =~ s/\n/\s/;
0
votes
1answer
30 views
How to properly encode the special chars coming in the CSV
I am working on product import for magento using advance data flow profiles and i am facing the common special chars issue that are coming in the CSV i have tried the htmlspeicalchars function and ...
0
votes
1answer
35 views
Counting characters that print, not processed, in a string
Dealing with an annoying issue using foreign characters (ģ,č,ŗ,ļ,ā,ē,ū,ī,ņ,š,ķ,ž and their capitals). They all have length using len not equal to 1, for example len('ī') is 2 (it shows up as \xc4\xab ...
-1
votes
4answers
51 views
Remove '|' special character from a string
My question may find simple, But I am not getting it right. How could I remove "|" from a string so far I have used the following but Its not working
<div class="inner"> | ABCD || </div>
...
1
vote
1answer
43 views
Getting away with » in my HTML [closed]
At my new company they have a practice of using » in their HTML like so:
<p>» <a href="/individuals/why-washington-national">Learn more</a></p>
When I first came across this ...
0
votes
2answers
43 views
Special characters in HTML
I am trying to retrieve specific information from a European web site. Now, the problem is I am often facing strings containing special characters such as "ä". When I try to write same into a text ...
0
votes
0answers
54 views
Special Character not being saved to Oracle database (example: á)
I am facing a weird issue while inserting data to oracle database. I have these special characters like á , ®,©,™ . For example if we take the a-acute symbol(á). This is working fine if i run the code ...
0
votes
1answer
54 views
How to read a special character from rtf file using C#?
I am using C# to convert RTF to XML.
When reading the rich text there are special character's that are represented by special RTF tags. Eg: the double quote symbol ” the rtf tag is \'d3
When ever ...
1
vote
1answer
89 views
php utf-8 decode from xml returns question marks
I have some problems using xml. I know this is a comon question, but the answers i found didn't fix my problem. The problem is that when I add é or ä or another special char to my xml file, with php ...
0
votes
0answers
28 views
How to escape string having parenthesis in like condition in code igniter
I have string Automation (QTP) having 5+ when i use this in like condition it doesn't returning value even there is a record in database.
Output Query :
SELECT `A`.`profile_name`, ...
2
votes
1answer
57 views
Oracle regex expression sorting out special characters and Czech characters
Due to a interface with a bank I need to sort out some unwanted characters from a name field:
This is the permitted range:
0 - 9, a - z, A - Z, / - ? ( ) . , ' + (space) – but no Czech characters ...
0
votes
2answers
58 views
apostrophe in JSON is causing errors on server
I have a string that I'm doing a JSON.stringify(str) on in Javascript. The string is L'Oreal.
However, as this variable gets passed around before the JSON.stringify happens, its value becomes
...
1
vote
3answers
65 views
Trying to resize ▲▼ symbols inside list in a table th, but font-size is ineffective
I want to have a ▲▼ symbol to denote that a specific table column is sortable (e.g. name▲▼ but with the arrows on top of each other). To get that onto one line I have used a list:
<table ...
1
vote
2answers
44 views
How can i use special charackters like “ * and ? ” in the “ in (…) ” part of a FOR loop
i want to do the following
set _1=*.*
set _2=*.lng
set _3=*.exe
...
in a for loop like that:
set COUNT=0
for %%f in (*.*, *.lng, *.s, *.exe, *.sfx, *.64.sfx, rar*.lst) do (
set /A COUNT+=1
set ...
0
votes
1answer
70 views
How can I replace a special character with an onclick?
I found a Js function for collapsible text.
function toggle(id) {
var e = document.getElementById(id);
if (e.style.display == '')
e.style.display = 'none';
else
...
1
vote
2answers
67 views
String.split() at a meta character +
I'm making a simple program that will deal with equations from a String input of the equation
When I run it, however, I get an exception because of trying to replace the " +" with a " +" so i can ...
1
vote
1answer
45 views
How to append characters to the parent window's component
I have a link, when it clicks, It opens another window of browser (specialChars.php)
function popup_specialChars()
{
var ht;
if(window.navigator.appVersion.indexOf("MSIE 5.01") ...



