Top "Character" questions

Refers to a symbol that represents a letter or number.

Convert characters to UTF8 in MySQL (é to é)

I've got a MySQL problem. My whole website except my database is in UTF8. I just recently tried to convert …

mysql utf-8 character diacritics latin
Do certain characters take more bytes than others?

I'm not very experienced with lower level things such as howmany bytes a character is. I tried finding out if …

size character-encoding character bandwidth delimiter
UTF-8: how many bytes are used by languages to represent a visible character?

Does there exist a table or something similar which shows how many bytes different languages need on average to represent …

unicode utf-8 character byte glyph
Looking for a list of valid characters that can be sent in sms text messages

I've been working with an SMS aggregator's web api to send and receive text messages. Not all characters are valid, …

sms character
BlueJ - My program compiles with no errors but doesn't run

Hello I'm having problems with a program that's supposed to take in a string and then capitalize the first letters …

java character bluej
loading data from a flat file to table using informatica, having both english and foreign language characters like chinese

I am loading data from a flat file to table using informatica, the file has both english and foreign language …

utf-8 character cjk informatica-powercenter
How to get string after second slash in url - using php?

How to get string after second slash in url? URL is different every time (more slashes), but every time I …

php string url character slash
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 …

linux console character erase
restricting character set in a Textinput field

I have a TextInput field that should be restricted to either capital letters, lowercase letters, numbers and underscores. This is …

apache-flex mxml character textinput restrict
Overcome VBA InputBox Character Limit

The current function I use to collect text InputBox can't accept more than 255 characters apparently, and I need to be …

excel vba limit character inputbox