0
votes
3answers
46 views
Are ASCII characters always encoded the same way in all character encodings?
In ASCII, the character < is encoded as a single-byte character 0x3C, what I'd like to know is that is there a character set where < is encoded differently? I tried UTF-8, it …
1
vote
3answers
59 views
problem with valueOf(), converting a char to Character in Java
Hello, I'm trying to convert a char to Character before it gets pushed on a stack but get a "cannot find symbol error", I don't see what the problem might be. This is how I pass th …
2
votes
2answers
165 views
Replace characters in C#
I have a requirement.
I have a text which can contain any characters.
a) I have to retain only Alphanumeric characters
b) If the word "The" is found with a space prefixed or suf …
0
votes
1answer
51 views
How do I write a function to return the character in a string that occurs the most number of times? [closed]
Given a string, I want a function to give me the character that is most frequent. Sort of like the C function:
char max_count (char *source);
but not restricted to a particular …
0
votes
5answers
136 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++ …
4
votes
4answers
321 views
C# - Count string length and replace each character with another
How can I count the number of characters within a string and create another string with the same number of characters but replace all of them with a single character such as "*"? …
0
votes
4answers
184 views
How to replace escape characters in Regular expression?
Hello everyone,
Once again I have hit the wall.
How to replace escape characters using regular expressions?
If tab character (\t) occures more than twice, I want to replace those …
0
votes
4answers
45 views
Specify a character value as an offset from a constant in Java
I am looking to get a random letter using something like
char ch = 'A' + randomNumber ; // randomNumber is int from 0 to 25
But that gives "loss of precision" compilation error …
1
vote
2answers
73 views
What’s the different between ` and ‘ in programming, such as MySQL and shells
phpMySQL use backticks ` to surround column names, and I've just see people use backticks in shell scripts.
Is that the same if they use ' ?
0
votes
3answers
105 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?
0
votes
5answers
60 views
Conversion of a character to asterisk
Hi,
i had been to an interview for the post of webdeveloper/HTML developer . There he asked me a question, the ques was.... there is a textbox and a button when i enter any char …
0
votes
3answers
162 views
Character with encoding UTF8 has no equivalent in WIN1252
I am getting the following exception:
Caused by: org.postgresql.util.PSQLException: ERROR: character 0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"
Is there a way to …
0
votes
2answers
39 views
Character Input In Objective-C
Hello,
I'm learning Objective-C using GNUstep, but i searched at Google for some example of character input using Objective-C, like scanf in C and cin at C++, but i didn't found, …
14
votes
42answers
2k views
What’s your favourite character? [closed]
In the symbolic sense, not the dramatic sense. And I'm talking about function rather than design (although that's an interesting question, too).
3
votes
1answer
119 views
What is the most famous fictional software developer character in lierature? [closed]
Just curiosity. Are you aware of any novels, stories etc. based on a fictional software developer's adventures?
Thanks!
