Top "Character" questions

Refers to a symbol that represents a letter or number.

Vim show strange  characters over putty

When I am editing a file in Vim I have some lines with a bunch of  displayed. I have already …

vim encoding character putty
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 …

.net replace character diacritics
Set of unambiguous looking letters & numbers for user input

Is there an existing subset of the alphanumerics that is easier to read? In particular, is there a subset that …

character hid typography
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 …

java class character hashcode compareto
Java - what are characters, code points and surrogates? What difference is there between them?

I'm trying to find an explanation of the terms "character", "code point" and "surrogate", and while these terms aren't limited …

java character-encoding character
What is this unicode invisible character?

While trying to parse some unicode text strings, I'm hitting an invisible character that I can't find any definition for. …

unicode character invisible
How do you generate passwords?

How do you generate passwords? Random Characters? Passphrases? High Ascii? Something like this? cat /dev/urandom | strings

random passwords ascii character passphrase
Cut a string after n characters, but if it's in the middle of a word cut the whole word

I'm trying to make a JS function that cuts a string after n characters - that works. The problem is …

javascript jquery character truncate
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 …

r text character string-matching agrep
C Delete last character in string

I want to delete last character in string first, i use strtok function My Input is : "Hello World Yaho" I …

c string character strtok