Tagged Questions
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).
19
votes
4answers
4k views
Why Subversion skips files which contain the @ symbol?
when I try to execute command like this (from a command-line or Perl script - it doesn't matter):
svn revert "build\myfile@test.meta"
SVN skips this file and outputs:
Skipped 'build\myfile'
I ...
15
votes
3answers
3k views
What is a vertical tab?
What was the original historical use of the vertical tab character (\v in the C language, ASCII 11)?
Did it ever have a key on a keyboard? How did someone generate it?
Is there any language or ...
13
votes
4answers
22k views
List of special characters for SQL LIKE clause
What is the complete list of all special characters for a SQL (I'm interested in SQL Server but other's would be good too) LIKE clause?
E.g.
SELECT Name FROM Person WHERE Name LIKE '%Jon%'
SQL ...
12
votes
9answers
801 views
What are the best rules to follow for what characters to allow in a password?
Without thinking about it at all I just want to say I should allow every character. It gets hashed in any case, and I don't want to limit people who want to create strong passwords.
However, ...
11
votes
2answers
607 views
Special characters in Android sms
I've observed this issue for years now, not knowing where it came from. I am concerned that this bug is still observable in the new versions of Android, in 2011, and I hope you can finally help me to ...
11
votes
4answers
2k views
C# - Enter “&” symbol into a text Label?
How would one enter special characters into a Label in C# (WinForms)? If you try to write a "&" into a label you'll get a sort of underscore instead..
So what's the C# equivalent of "&"? ...
10
votes
1answer
160 views
Javascript replace() doesn't work in VS - unknown character
I'm trying to use the javascript replace function to replace curly quote with straight quotes:
var EditedContent = content.replace(/“/g, '"');
This works great in a little proof of concept html ...
10
votes
7answers
11k views
Converting Symbols, Accent Letters to English Alphabet
The problem is that, as you know, there are thousands of characters in the Unicode chart and I want to convert all the similar characters to the letters which are in English alphabet.
For instance ...
9
votes
4answers
1k views
Java UTF-8 to ASCII conversion with supplements
we are accepting all sorts of national characters in UTF-8 string on the input, and we need to convert them to ASCII string on the output for some legacy use. (we don't accept Chinese and Japanese ...
9
votes
5answers
1k views
What is the difference between \r and \n?
How are \r and \n different. I think it has something to do with Unix vs. Windows vs. Mac, but I'm not sure how exactly they're difference, and which to search for/match in regexes.
8
votes
2answers
50 views
how to read emails with special chars
I have tons of email in my inbox (mostly spam), I have a php script that reads email all of these emails and put them in different folders (I have a custom php email reader using the imap php ...
8
votes
4answers
331 views
Why are there two slashes - forward and backward? [closed]
I'm totally confused which one to use and when, first thing I do when something goes wrong in code with a slash is replace the one with other so my test cases double with one for / and one for \ .Help ...
8
votes
5answers
597 views
Accents on numbers in HTML (like a ^ over 1)
I'm trying to find the best way to put circumflex accents ( ˆ = ˆ) on top of numbers (a musical notation) without resorting to images. Certain letters have equivalent HTML entities: ...
8
votes
9answers
6k views
Special Characters in XML
I am creating a left navigation system utilizing xml and xsl. Everything was been going great until I tried to use a special character in my xml document. I am using » and I get th error.
...
7
votes
3answers
146 views
Plus sign in query string for ASP.NET site
I few years ago I created a database driven ASP.NET site, which uses a single APSX page to display all site pages. So all the URLs of the site are in the following format:
...
7
votes
7answers
377 views
Browser displays � instead of ´
I have a php file which has the following text:
<div class="small_italic">This is what you´ll use</div>
On one server, it appears as:
This is what you´ll use
And on another, as:
...
7
votes
3answers
4k views
How can I write character & in android strings.xml
I wrote the following in the strings.xml file:
<string name="game_settings_dragNDropMove_checkBox">Move by Drag&Drop</string>
I got the following error:
The reference to entity ...
7
votes
1answer
3k views
NSURL URLWithString: is null with non-english accented characters
I have the following string...
NSString *googleSearchString = @"http://www.google.com/search?q=lyrics+%22Tænder+På+Dig%22+%22Jakob+Sveistrup%22";
Notice that it has some accented characters. When I ...
7
votes
5answers
9k views
how do i block or restrict special characters from input fields with jquery?
How do I block special characters from being typed into an input field with jquery?
6
votes
4answers
2k views
Post UTF-8 encoded data to server loses certain characters
I am working on project which includes communication of the server (JavaEE app) and client (Android app). XML is sent as one of POST parameters of the HTTP request (named "xml"). There are also few ...
6
votes
3answers
630 views
Python regex to convert non-ascii characters in a string to closest ascii equivalents
I'm seeking simple Python function that takes a string and returns a similar one but with all non-ascii characters converted to their closest ascii equivalent.
For example, diacritics and whatnot ...
6
votes
2answers
267 views
What encoding scheme should be used in a web project?
We are building a (Java) web project with Eclipse. By default Eclipse uses Cp1252 encoding on Windows machines (which we use).
As we also have developers in China (in addition to Europe), I started ...
6
votes
4answers
650 views
PHP Special Characters Test
What's an efficient way of checking if a username contains a number of special characters that I define.
Examples: % # ^ . ! @ & ( ) + / " ? ` ~ < > { } [ ] | = - ;
I need to detect them and ...
6
votes
9answers
13k views
Special characters in PHP / MySQL
I have in the database words that include special character (in Spanish mostly, like tildes).
In the database everything is saved and shown correctly with PHPmyAdmin, but when I get the data (using ...
5
votes
8answers
338 views
How do you cope with signed char -> int issues with standard library?
This is a really long-standing issue in my work, that I realize I still don't have a good solution to...
C naively defined all of its character test functions for an int:
int isspace(int ch);
But ...
5
votes
1answer
74 views
Characters classes in ranges - vim
Given I have the following string:
This is a test {{ string.string.string }}.
And try to perform the following substitution:
%s/{{ [\w\.]\+ }}/substitute/g
It will not work with the error: ...
5
votes
1answer
2k views
ASP.NET / C# WebClient.DownloadString() returns string with perculiar characters
I have an issue with some content that we are downloading from the web for a screen scraping tool that I am building.
in the code below, the string returned from the web client download string method ...
5
votes
4answers
706 views
Should we HTML-encode special characters before storing them in the database?
I use MySQL to store data and my web pages are all encoded as UTF-8. I have a lot of Portuguese characters such as ç and õ and I'm wondering if I should HTML-escape them before storage.
Should we ...
5
votes
8answers
312 views
What's the difference between \n and \r\n?
They both mean "new line" but when is one used over the other?
5
votes
1answer
175 views
Unicode class names in C# - why do some work, when others don't?
I'm wondering why this is. I have two unicode characters from the same group Ll, which is allowed according to the specs: http://msdn.microsoft.com/en-us/library/aa664670%28VS.71%29.aspx
One of them ...
5
votes
4answers
1k views
Alt attribute encoding with JavaScript
Html entities must be encoded in alt attribute of an image in HTML page. So
<img id="formula" alt="A → B" src="formula.png" />
will work well.
On the other hand, the same JavaScript ...
5
votes
7answers
3k views
PHP - How to insert special characters into a database?
Can anyone tell me how to insert special characters into a MySQL database? I've made a PHP script which is meant to insert some words into a database, although if the word contains a ' then it wont be ...
5
votes
6answers
2k views
Non US characters in section headers for a UITableView
I have added a section list for a simple Core Data iPhone app.
I followed this so question to create it - How to use the first character as a section name but my list also contain items starting ...
5
votes
10answers
2k views
What should be the valid characters in a username?
Many web based user authentication systems don't like usernames that contain characters other than letters, numbers and underscores.
Is there any particular reason for that?
5
votes
4answers
980 views
Use of special characters in function names
In Ruby, a standard convention is to use a question mark at the end of a method name to indicate the method returns a boolean result:
[].empty? #=> true
Another standard convention is to end a ...
5
votes
1answer
2k views
Insert the carriage return character in vim
I'm editing a network protocol frame stored a file in Unix (\n newlines). I need to insert the carriage return character (U+000D aka \r). When I try to paste it from the clipboard ("+p) or type it ...
5
votes
6answers
686 views
What does ^L in (Emacs Lisp) source code mean?
Several times I see ^L in (mostly Emacs Lisp) source codes that looks like are separators of larger logical groups. Is it their real purpose? And if so, how can I use them? Is there a built-in Emacs ...
4
votes
3answers
184 views
Regexp doesn't work for specific special characters in Perl
I can't get rid of the special character ¤ and ❤ in a string:
$word = 'cɞi¤r$c❤u¨s';
$word =~ s/[^a-zöäåA-ZÖÄÅ]//g;
printf "$word\n";
On the second line I try to remove any non alphabetic ...
4
votes
2answers
176 views
HTML foreign language characters [closed]
Possible Duplicate:
Regular Expression To Anglicize String Characters?
What would be the best way to convert foreign language characters to english ones? For example ü to u.
4
votes
1answer
414 views
How do I set serial special characters?
In my ongoing quest to interface with some legacy equipment, I've discovered that the vendor supplied software sets the special characters to:
00 00 00 00 11 13
But the SerialPort class of .NET ...
4
votes
4answers
642 views
Process XML in C# using external entity file
I am processing an XML file (which does not contain any dtd or ent declarations) in C# that contains entities such as é and à. I receive the following exception when attempting ...
4
votes
4answers
969 views
What is the first character in the sort order used by Windows Explorer?
For example, in a Windows folder, if we create some files and name them 1.html, 2.txt, 3.txt, photo.jpg, zen.png the order will be as is. But if we create another file with the name _file.doc it will ...
4
votes
4answers
354 views
___ encoding to UTF-8 - is there an end-all solution?
I've looked across the web, I've looked through SO, through PHP documentation and more.
It seems like a ridiculous problem not to have a standard solution to. If you get an unknown character set, and ...
4
votes
6answers
1k views
In PHP when submitting strings to the database should I take care of illegal characters using htmlspecialchars() or use a regular expression?
I am working on a form with the possiblity for the user to use illegal/special characters in the string that is to be submitted to the database. I want to escape/negate these characters in the string ...
4
votes
8answers
1k views
Replacing ’ character in PHP
I'm having a hard time trying to replace this weird right single quote character. I'm using str_replace like this:
str_replace("’", '\u1234', $string);
It looks like I cannot figure out what ...
4
votes
6answers
257 views
What is difference between \n and \r? [closed]
Possible Duplicate:
What is the difference between \r and \n?
Hi,
What is difference between \n (newline) and \r (carriage return)? They both move current cursor to the next line. Are they ...
4
votes
6answers
1k views
How can I use a special char in a C# enum?
For example:
public enum Unit{
KW,
kV,
V,
Hz,
%V
}
In this case % is a special character. So, how can I put this char in a enum?
4
votes
5answers
3k views
Objective-C: How to replace HTML entities?
I'm getting text from Internet and it contains html entities (i.e. ó = ó). I want to show this text into a custom iPhone cell.
I've tried to use a UIWebView into my custom cell but I ...
4
votes
2answers
5k views
Check NSString for special characters
I want to check an NSString for special characters, i.e. anything expect a-z, A-Z and 0-9.
I don't need to check how many special characters are present, or their positions, I just need to know ...
4
votes
4answers
348 views
Can all keys be represented as a single char in c++?
I've searched around and I can't seem to find a way to represent arrow keys or the escape key as single char in c++. Is this even possible? I would expect that it would be similar to \t or \n for ...