Top "Ascii" questions

A character-encoding scheme based on the ordering of the English alphabet.

Convert from English Digits to Arabic ones in html page

I need to convert all English numbers that appear in a given HTML page to Arabic ones (to be independent …

javascript css ascii arabic
What is a regular expression for control characters?

I'm trying to match a control character in the form \^c where c is any valid character for control characters. …

java regex ascii lexical-analysis
How do I convert a column to ASCII on the fly without saving to check for matches with an external ASCII string?

I have a member search function where you can give parts of names and the return should be all members …

mysql ascii casting latin1
Rails 3 invalid multibyte char (US-ASCII)

I found a similar post here but I can't solve the problem anyway. I got this /home/fra/siti/Pensiero/…

ruby-on-rails ruby utf-8 ascii ruby-1.9
How can I translate Linux keycodes from /dev/input/event* to ASCII in Perl?

I'm writing a Perl script that reads data from the infamous /dev/input/event* and I didn't find a way …

linux perl ascii keycode
cscript - print output on same line on console?

If I have a cscript that outputs lines to the screen, how do I avoid the "line feed" after each …

windows ascii console-application wsh control-characters
Reading a mainframe EBCDIC File

I have a EBCDIC coded mainframe file which I need to convert to an ASCII format. Which libraries/tools can …

python ascii mainframe ebcdic
VHDL: Is there a convenient way to assign ascii values to std_logic_vector?

In verilog, I can assign a string to a vector like: wire [39:0] hello; assign hello = "hello"; In VHDL, I'm having …

ascii vhdl verilog
How to count characters in a unicode string in C

Lets say I have a string: char theString[] = "你们好āa"; Given that my encoding is utf-8, this string is 12 bytes long (…

c string unicode ascii
mb_detect_encoding detects ASCII as UTF-8?

I'm trying to automatically convert imported IPTC metadata from images to UTF-8 for storage in a database based on the …

php string utf-8 ascii multibyte