Refers to a symbol that represents a letter or number. Also, the bit pattern used to represent such a symbol.
8
votes
8answers
11k views
Difference between using character pointers and character arrays
Basic question.
char new_str[]="";
char * newstr;
If I have to concatenate some data into it or use string functions like strcat/substr/strcpy, what's the difference between the two?
I understand ...
12
votes
5answers
8k views
How to change diacritic characters to non-diacritic ones
I've found a answer how to remove diacritic characters on stackoverflow, but could you please tell me if it is possible to change diacritic characters to non-diacritic ones?
Oh.. and I think about ...
4
votes
3answers
5k views
Javascript: Move caret to last character
I have a textarea and when I click in it I want to move the caret to the last character so Something[caret]
function moveCaret(){
// Move caret to the last character
}
<textarea ...
47
votes
9answers
36k views
What is the easiest/best/most correct way to iterate through the characters of a string in Java?
StringTokenizer? Convert the String to a char[] and iterate over that? Something else?
29
votes
7answers
39k views
Java - replace a character at a specific index in a string?
I'm new to Java and I'm trying to replace a character at a specific index in a string. What I'm doing is:
String myName = "domanokz";
myName.charAt(4) = 'x';
this gives me error. It seems like ...
6
votes
6answers
10k views
MySQL or PHP is appending a  whenever the £ is used
Answers provided have all been great, I mentioned in the comments of Alnitak's answer that I would need to go take a look at my CSV Generation script because for whatever reason it wasn't outputting ...
18
votes
9answers
24k views
How to remove characters from a string
For example I have a user input a phone number.
cout << "Enter phone number: ";
INPUT: (555) 555-5555
cin >> phone;
I want to remove the "(", ")", and "-" characters from the string. ...
14
votes
6answers
10k views
How can I escape square brackets in a LIKE clause?
I am trying to filter items with a stored procedure using like. The column is a varchar(15). The items I am trying to filter have square brackets in the name.
For example: WC[R]S123456.
If I do a ...
18
votes
8answers
33k views
9
votes
8answers
68k views
How do I read input character-by-character in Java?
I am used to the c-style getchar(), but it seems like there is nothing comparable for java. I am building a lexical analyzer, and I need to read in the input character by character.
I know I can use ...
9
votes
3answers
3k views
Get supported characters of a font - in C#
I have a third party font with support for japanese characters which I need to use for an application. Whenever a character is not supported by this font, the often seen rectangle ("default ...
8
votes
2answers
6k views
Why does sed fail with International characters and how to fix?
GNU sed version 4.1.5 seems to fail with International chars. Here is my input file:
Gras Och Stenar Trad - From Moja to Minneapolis DVD [G2007DVD] 7812 | X
Gras Och Stenar Trad - From Möja to ...
7
votes
4answers
5k views
how to check for the “backspace” character in C
I'd like to know how to check if a user types the "backspace" character.
I'm using the getch() function i.e. "key = getch()" in my C program and i'd like to check when backspace is pressed. the ...
1
vote
2answers
200 views
How can I display Latin words in Android?
I am a new Android developer. I'm working with a Latin font in my app but I can't get it to work and keep getting a ? for the character. My code is below, using an sqlite database.I have to fetch text ...
9
votes
7answers
8k views
Clean source code files of invisible characters
I have a bizarre problem: Somewhere in my HTML/PHP code there's a hidden, invisible character that I can't seem to get rid of. By copying it from Firebug and converting it I identified it as ...
12
votes
12answers
4k views
What are all of the allowable characters for people's names? [closed]
There are the standard A-Z, a-z characters, but also there are hyphens, em dashes, quotes, etc.
Plus, there are all of the international characters, like umlauts, etc.
So, for an English-based ...
5
votes
1answer
5k views
getc Vs getchar Vs Scanf for reading a character from stdin
Of the below three functions:
getc
getchar &
scanf
which is the best one for reading a character from stdin and why?
Are there any known disadvantages or limitations for any of these functions ...
33
votes
2answers
695 views
Delphi ^A syntax: Documented, implied, or undocumented?
Let me explain by an example. In Delphi, you can write
procedure TForm1.FormKeyPress(Sender: TObject; var Key: Char);
begin
if Key = ^C then
ShowMessage('The user wants to copy something.')
...
14
votes
7answers
11k views
NSString: Number of Occurrences of a Character?
I have an NSString and would like to get the number of occurrences of a particular character.
I need to do this for quite a few characters, so it would be nice for it to be quick.
In case it makes ...
2
votes
3answers
274 views
How to use a character as attribute of a function
I want to run a multiple comparisons analysis for the different variables of a model. My idea is as follows:
library(multcomp)
set.seed(123)
x1 <- gl(4,10)
x2 <- gl(5,2,40)
y <- rnorm(40)
...
7
votes
3answers
5k views
What characters have to be escaped to prevent (My)SQL injections?
I'm using MySQL API's function
mysql_real_escape_string()
Based on the documentation, it escapes the following characters:
\0
\n
\r
\
'
"
\Z
Now, I looked into OWASP.org's ESAPI security library ...
7
votes
1answer
1k views
agrep: only return best match(es)
I'm using the 'agrep' function in R, which returns a vector of matches. I would like a function similar to agrep that only returns the best match, or best matches if there are ties. Currently, I am ...
3
votes
4answers
1k views
Check if MyString[1] is an alphabetical character?
I have a string, lets call it MyStr. I am trying to get rid of every non-alphabetical character in the string. Like, in IM's like MSN and Skype, people put their display names like [-Bobby-]. I would ...
9
votes
3answers
3k views
What is the semicolon reserved for in URLs?
The RFC 3986 URI: Generic Syntax spec lists a semicolon as a reserved (sub-delim) character:
reserved = gen-delims / sub-delims
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims ...
1
vote
1answer
1k views
unescape unicode from input
I am reading line by line from standard input with Scanner, then i print these lines to standard output. But, i need to convert escaped Unicode characters like \u00fd to actual character. Is there any ...
1
vote
1answer
3k views
file_get_contents not working with utf8
I'm trying to get Thai characters from a website. I've tried:
$rawChapter = file_get_contents("URL");
$rawChapter = mb_convert_encoding($rawChapter, 'UTF-8', mb_detect_encoding($rawChapter, 'UTF-8, ...
-1
votes
3answers
121 views
sed replace characters leaving some text intact [closed]
how to replace some characters but leaving unknown number intact, in.e. in file there are multiple lines:
<"START=xxxxx">
<"START=xxxxx">
<"START=xxxxx">
The 'xxxxx' is the number ...
67
votes
5answers
3k views
What's the opposite of a nbsp?
A character is a space which doesn't allow for line breaking.
<p>lorem ipsum here are some words and so on</p>
| lorem ipsum |
| here ...
31
votes
4answers
2k views
“\n” or '\n' or std::endl to std::cout?
It was many years now since I stopped using std::endl to end lines when writing to std::cout, and started using "\n" instead.
But now I start seeing more snippets of code using '\n' instead, and I ...
21
votes
5answers
11k views
Count occurrences of a char in plain text file
Is there any way under linux/terminal to count, how many times the char f occurs in a plain text file?
30
votes
6answers
53k views
Java: remove all occurances of char from string
I can use this:
String str = "TextX Xto modifyX";
str = str.replace('X','');//that does not work because there is no such character ''
Is there a way to remove all occurrences of character X from a ...
16
votes
11answers
7k views
How can I find repeated letters with a Perl regex?
I am looking for a regex that will find repeating letters. So any letter twice or more, for example:
booooooot or abbott
I won't know the letter I am looking for ahead of time.
This is a question ...
6
votes
5answers
10k views
Find last character in a string in PHP
I'm doing some url rewriting in PHP and need to find URLS with a slash at the end and then do a 301 redirect. I thought there'd be a simple PHP function to find last string, but I couldn't find ...
5
votes
6answers
5k views
How do I erase printed characters in a console application(Linux)?
I am creating a small console app that needs a progress bar. Something like...
Conversion: 175/348 Seconds |========== | 50%
My question is, how do you erase characters already printed ...
4
votes
1answer
201 views
convert character to date *quickly* in R [duplicate]
Possible Duplicate:
Why is as.Date slow on a character vector?
I have a large data.frame (roughly 60 mil observations) that I read from a database using RMySQL. The dates are brought in as ...
3
votes
6answers
42k views
Converting String to “Character” array in Java
I want to convert a String to an array of objects of Character class but I am unable to perform the conversion. I know that I can convert a String to an array of primitive datatype type "char" with ...
11
votes
2answers
3k views
CSS:after encoding characters in content
I am using the following CSS, which seems to be working:
a.up:after{content: " ↓";}
a.down:after{content: " ↑";}
The characters however cannot seem to be encoded like this, as the output is ...
5
votes
1answer
2k views
Convert special characters like ë,à,é,ä all to e,a,e,a? Objective C
Is there a simple way in objective c to convert all special characters like ë,à,é,ä to the normal characters like e en a?
10
votes
4answers
18k views
How can I get a Unicode character's code?
Let's say I have this:
char registered = '®';
or an umlaut, or whatever unicode character. How could I get its code?
4
votes
1answer
332 views
Finding the indexes of multiple/overlapping matching substrings
I have a string, s="CCCGTGCC" and a subtstring ss="CC". I want to get all the indexes in s that start the string ss. In my example I would want to get back the array c(1,2,6).
Is there any string ...
4
votes
6answers
6k views
Remove “empty” character from String
I'm using a framwork which returns malformed Strings with "empty" characters from time to time.
"foobar" for example is represented by:
[,f,o,o,b,a,r]
The first character is NOT a whitespace (' '), ...
3
votes
5answers
6k views
charAt() or substring? Which is faster?
I want to go through each character in a String and pass each character of the String as a String to another function.
String s = "abcdefg";
for(int i = 0; i < s.length(); i++){
...
5
votes
8answers
6k views
PHP count of occurrences of characters of a string within another string
Let's say I have two strings.
$needle = 'AGUXYZ';
$haystack = 'Agriculture ID XYZ-A';
I want to count how often characters that are in $needle occur in $haystack. In $haystack, there are the ...
4
votes
5answers
981 views
Handling multibyte (non-ASCII) characters in C
i am trying to do my own version of wc (unix filter), but i have problem with non-ASCII characters. I did a HEX dump of a text file and found out that these characters occupy more than one byte, so ...
4
votes
4answers
3k views
Characters allowed in GET parameter
Which characters are allowed in GET parameters without encoding or escaping them? I mean something like this:
http://www.example.org/page.php?name=XYZ
What can you have there instead of XYZ? I think ...
3
votes
1answer
1k views
Get all possible combinations of characters in an array
I have an array of characters c[][] with different mappings to each index.
For example:
{'a', 'b', 'c', 'd', 'e', 'f' } {'g', 'h', 'i' }
I need to return all the possible character combinations for ...
3
votes
3answers
2k views
What does the 'period' character (.) mean if used in the middle of a php string?
I'm fairly new to PHP, but I can't seem to find the solution to this question in google.
Here is some example code:
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: ...
3
votes
3answers
3k views
Are all the unicode characters supported on android
My question is simple. Are all unicode characters available in Android?
I actually am using the soft keyboard and i want to add a few arabic letters which i cant find the code for it.
3
votes
6answers
2k views
C# Stripping / converting one or more characters
Is there a fast way (without having to explicitly looping through each character in a string) and either stripping or keeping it. In Visual FoxPro, there is a function CHRTRAN() that does it great. ...
2
votes
1answer
1k views
finding location of specific characters in UILabel on iPhone
I have a UILabel with some text, say "Hello World abcdefg" The label can have multiple lines, different font sizes etc.
Question: How do I find the coordinates of all letters "d" in this UILabel.
...
