Refers to a symbol that represents a letter or number. Also, the bit pattern used to represent such a symbol.

learn more… | top users | synonyms (1)

0
votes
1answer
20 views

removing nonalphabet characters in a filename

I have a bunch of files and I'd like to remove all the characters that are not in the alphabet. So given a filename of "Home - noises (f).txt" i want a result of "Home noises f.txt. the batch file ...
0
votes
3answers
28 views

Javascript, check for identical characters

I got to make a script for checking an input box (password) for the same characters occuring twice. This should be used alongside with regex validation (that's already fully working). To succeed I ...
0
votes
0answers
17 views

parsing special characters in php mailing script

I wrote a simple php script to send emails from my server for a contact form. I am seeing responses with special characters such as quotation marks coming out as &#34 and such in the emails. It ...
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
41 views

StringIndexOutOfBoundsException in a FOR Loop [closed]

import java.util.Scanner; public class Test { public static void main (String [] args){ String word = "ErFLwWSa$ F?ytWtmVRLWmDj #4STs!@ VRa!12OW"; String word2 = "GREEN"; String result ...
0
votes
2answers
32 views

Java ASCII control codes to literal values

I might be somewhat stupid here, but I can't seem to think of a straightforward solution to this problem. I've currently got an int[] that contains ASCII character codes, however, with the ASCII ...
1
vote
1answer
14 views

Crystal Report - How check if a string is in a entry on a array?

I would like to make a condition that look each element of a array and if the current element (string) possess a specific charactere, the condition return true. More details: The condition must be ...
1
vote
1answer
30 views

alternative (ie., better choice) for Hashmap on character

Just as EnumMap is the better choice of map when working with enum, is there a better choice of map (rather than the generic HashMap that everybody uses) for dealing with character? Characters are ...
0
votes
1answer
57 views

How deal with special characters in GET request for a password field?

I'm working in a web app that authenticates through a get request (and I have no other option), the method already works, except for users whose password contains special characters, for example there ...
0
votes
1answer
39 views

Implementing a command-line argument

I have to implement the main function with the following signature: int main(int argc, char *argv[]) What is a command-line argument and why don't I need test cases for it? And what do they ...
1
vote
3answers
58 views

Concatenation with 2 strings

I've seen methods of doing this with "strcopy" and "strcat", but I'm not allowed to use any predefined string functions. I'm given: void str_cat_101(char const input1[], char const input2[], ...
1
vote
1answer
35 views

Regular Expression Doesn't Work Properly With Turkish Characters

I write a regex that should extracts following patterns; "çççoookkk gggüüüzzzeeelll" (it means vvveeerrryyy gggoooddd with turkish characters "ç" and "ü") "ccccoookkk ggguuuzzzeeelll" (it means the ...
0
votes
3answers
23 views

Having trouble with my code involving rot-13 [closed]

I have to write a program that will essentially return a character that is 13 places forward or backward. It only works for characters in the alphabet and if it's lowercase, it stays lowercase and if ...
1
vote
4answers
53 views

I need help understanding character manipulation

Question: I need to write a function, int is_lower_101(char c), that returns true if it's a lowercase and false otherwise. And I can't use the predefined tolower type functions. I also can't use ...
-1
votes
2answers
27 views

I need \r\n instead of \n in text

When I open a file in Python and read it in I get this format: Data\r\n\r\n\t When I paste it I get text without formatting characters, which I encode like this: encoded = clipboard.encode('utf8') ...
0
votes
1answer
20 views

RandomAccessFile - Chinese characters when reading

Field on file.dat are organized this way: NAME SURNAME NAME SURNAME ... I use this piace of code to write to the file: RandomAccessFile file = new RandomAccessFile(dir, "rw"); ...
-8
votes
0answers
28 views

Java ArrayList of Doubles to Letter Grades [closed]

So i am basically trying to convert all the doubles in the Arraylist FinalLetter into characters A,B,C,D,F The Grades should be in the following Format: A should be 90-100 B 89-80 C 79-70 D 69-60 F ...
0
votes
0answers
14 views

Detecting Unrecognized (codepage-unicode) Characters in a string

How do you detect an unrecognized code page character in a string in vb.Net? These charaters usually show up in a default character such as "?" or a square when the current code page can not recognize ...
2
votes
0answers
12 views

How to Edit the character motor script to enable slide on tagged objects rather than it is greater than slope limit?

I am working on a 2.5D platforming game on Unity3D and I need my character to slide on tagged objects rather than being over the slope limit. I am using the character motor and FPS input scripts. I ...
1
vote
1answer
17 views

Check for spaces using regex

I'm using regex (I think that's what it's called - haha) to check my users' name to make sure it's valid. I want to make sure that the user doesn't have any characters. Just letters and spaces. I've ...
2
votes
2answers
29 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
9 views

Sub domain: maximum number of characters allowed?

I wonder how many characters allowed for sub domains? Can I do like: really-long-sub-sub-domain-name.really-long-sub-domain-name.long-63-character-domain-name.tld ? Is there any differences between ...
0
votes
1answer
65 views

Qt, C++ - Reading control characters from a file

this is my first time asking a question so please have some patience with me. I'm trying to read the content of a text file which is meant to be sent to a printer. In the middle of the characters ...
1
vote
3answers
16 views

Javascript Code to Append a String Each Character

i have this string: "Abcd" i want to append a string ("Z") each character above: result: "AZbZcZdZ" please help me, i have searched this in stackoverflow, but no result.. please forgive me ...
1
vote
1answer
15 views

Detect a specific html entity character and replace it with another one

Using Javascript, I want to test for the presence of a right arrow character ⇒ in a string and replace it by a down arrow character ⇓ Basically, do something like this: if ( ...
1
vote
0answers
12 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  ...
6
votes
2answers
106 views

Split String By Character

I have a case in which I'm doing the following: final String[] columns = row.split(delimiter.toString()); Where delimiter is a Character. This works fine when I need to split based on tabs by ...
0
votes
2answers
88 views

What is this ASCII character code ? [closed]

I want ASCII character code of character code which i red circle. I want display this symbol in word using C#. Thanks !
0
votes
1answer
15 views

index last character of a raw_input string

I'm pretty desperate to get moving with my code and need help! I am new to programming and have learned only recently how to slice. I am practicing by writing my own code similar to pyg latin except ...
1
vote
1answer
47 views

Python - Unable to rename a file with special characters in the file name

I have a bunch of mp3 files that somehow have a special character in the 0th index. So the file name looks like this - ▶ Alone Tonight - Radio Edit - Above & Beyond .mp3 I want to be able to fix ...
1
vote
1answer
19 views

When can you use a character array's name to make a valid L-value?

Given a pointer and an array, setting one equal to another fails in one case, and works in another. char *c_ptr = "I'm a char pointer"; char c_arry[] = "I'm a char array"; c_ptr = c_arry; //This ...
2
votes
1answer
33 views

How to count Indic Script telugu Characters

I have some JavaScript that counts the total number of characters in a text box. It's fine with english, but when I type Telugu script it shows the wrong count. For example, Anil = 4 అనిల్ = 4 But ...
-3
votes
2answers
44 views

Meaning of the percent (%) character in javascript [duplicate]

What is the meaning of the percent (%) character in javascript. When and for what we can use this character?
2
votes
3answers
62 views

use regular expression to find and replace but only every 3 characters for DNA sequence

Is it possible to do a find/replace using regular expressions on a string of dna such that it only considers every 3 characters (a codon of dna) at a time. for example I would like the regular ...
1
vote
1answer
46 views

Count the number of characters that are received in socket programming

This is the code for counting the number of words which works perfectly. st=new StringTokenizer(str); while(st.hasMoreTokens()) { String s=st.nextToken(); ...
-2
votes
1answer
56 views

Accessing a specific character in an array of strings in C

Here's the code I'm using to load the file in line by line: int i = 0; FILE *fp = fopen("../sources/files/p13num.txt","r"); if(fp) while(i < 100 && ...
0
votes
0answers
19 views

Hibernate BasicPropertyAccessor Exception when Using Transformer aliasToBean

We have a custom AliasToBeanResultTransformer, which is used to transform a Hibernate result into a custom object. (The Transformer doesn't do anything special, other than remove certain unneeded ...
0
votes
0answers
26 views

World wide unicode character occurrence frequencies

I wonder if there are any global projects that seek to answer this question: What are the general occurrence frequencies of the individual Unicode characters across the web? I am working on some ...
0
votes
1answer
29 views

Finding escape characters in AT&T x86 assembly

Question 1: I have the following assembler code, whose purpose is to loop through an input string, and count the number of escape characters '%' it encounters: .globl sprinter .data .escape_string: ...
0
votes
4answers
32 views

Only allow certain characters to be entered in html textinput

I just need to allow a user to enter the following characters in the textinput: a-zA-Z0-9!@#$%^*_| <form action="http://www.cknuckles.com/cgi/echo.cgi" method="get" name="logOn"> User ...
1
vote
3answers
36 views

JavaScript - Output characters randomly

Not sure how to go about this but I need to output a set of characters x, y and z. The output is 3 characters long and consists of x,y and z. However the characters are as likely as each other. ...
0
votes
1answer
38 views

Checking for escape character(0x1B,\033) while reading from socket

Ok, so I'm designing an Android MUD client as part of my school project. I'm having an issue, however, while implementing ANSI color parsing. I read in the data on a byte-by-byte basis. I've tried ...
0
votes
2answers
62 views

Byte Buffer To String

Reading a Byte buffer: while (...) { builder.Append(Encoding.ASCII.GetString(buffer, index, 1)); ++index; } I'm getting the following result: "20202020202020202020202057363253304b4358", ...
0
votes
0answers
33 views

Qt UI issues on Windows

We build our application for Windows and OS X on the same code base. We have created localized QM files and loaded in to translator. But certain characters are displayed as blank on Windows and they ...
-1
votes
0answers
20 views

Show 200 characters of mysql, in this format

I need to only show 200 character of the 'review' (which is 800-900 characters long) on my homepage. The php code i use is this <?php echo htmlspecialchars($row->review); ?> I need it to ...
0
votes
0answers
27 views

Comparing to characters in SPARC fails

Attempting to get a string and character from the user and count the number of times that the letter occurs but it doesn't increment the counter in the program. .section ".data" string: .asciz " ...
-1
votes
0answers
8 views

Remove strange characters from script

I need to replace a special character from a a text file but I don't know what it is. The character is Ã, it actually looks like a pipe with a right facing serif, I don't know if it's ALT 195 but I ...
2
votes
4answers
67 views

How to write hashCode method for a particular class?

I'm trying to generate a hashCode() method for my simple class but i'm not getting anywhere with it. I would appreciate any help. I've implemented the equals() method, which looks as follows, and ...
1
vote
1answer
33 views

how to strip alt character code with php

I'm using this code to strip unwanted characters from a string, but I have a big problem with ALT+0160 character which is a non break space. I need to remove it as well $name = str_replace ("'", ...
-2
votes
1answer
32 views

Convert part of dataframe to character list in R

I am attempting to extract the header info from a large table and create a character list (so that I can use this list as a list of the variables contained in my table). I extract the header info in ...

1 2 3 4 5 39