Top "Character" questions

Refers to a symbol that represents a letter or number.

Convert a single character to a string?

Simple question (in C++): How do I convert a character into a string. So for example I have a string …

c++ character
Delete first 3 characters and last 3 characters from String PHP

I need to delete the first 3 letters of a string and the last 3 letters of a string. I know I …

php string character strip substr
How many characters can be stored in 4KB?

How many characters can i store in 4kb when the characters are in utf-8 encoding ?

cookies utf-8 character
Get character position in alphabet

I'm 90% sure there is a built in function that does this. I need to find the position of a character …

python position character alphabet
range over character in python

Is there an way to range over characters? something like this. for c in xrange( 'a', 'z' ): print c I …

python range character
How to set min and max character length in a textbox using javascript

If I have a text and I only want to allow the user enter text between 5 and 10 characters long, how …

string textbox character max min
What are all of the allowable characters for people's names?

There are the standard A-Z, a-z characters, but also there are hyphens, em dashes, quotes, etc. Plus, there are all …

character-encoding character names
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 …

postgresql encoding utf-8 character
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="…

javascript character limit textfield
Special Characters in FPDF with PHP

I have a web form that users can fill out and that content fills up a PDF with FPDF and …

php character fpdf