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

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

PHP DOM DOCUMENT cannot load file

All, I am trying to load an XML file into DOM, but it fails due to the following reason: Presence of the registered trademark ® (R with Circle) in the file. Basically, if it shows the trademark ...
1
vote
1answer
51 views

read ascii file with empty entries in python

I have a file that looks like: 145.342050 -0.906349 4915 145.463209 -0.844225 4915 145.502417 -0.966603 145.582172 -0.892733 4917 145.618846 -0.972673 145.681139 -0.867231 ...
0
votes
2answers
38 views

How to make MATLAB return char instead of ASCII?

So, I'm using AT Commands with Matlab to return the Caller ID, but this doesn't really matter. Everything is working great except for the fact that it returns ASCII numbers and I have to take my time ...
0
votes
1answer
36 views

Erlang identify umlauts

How can I identify german umlauts in Erlang? I tried for days now, when I read a text as list it just doesn't get them. I tried this for example change_umlaut(Word) -> ...
0
votes
3answers
33 views

repeat special character with str_repeat

i want to repeat special character or TAB. i try with str_repeat(str, int) //my function repeat function tab($num){ return str_repeat('	', $num); } //if I call echo ...
-1
votes
1answer
45 views

Location of .txt file within an .xls [closed]

Can anybody with Excel knowledge help me? The nomenclature surrounding excel and its macros means I've hit a brick wall investigating this by myself. In the spreadsheet available here ...
0
votes
5answers
74 views

Can ASCII code for a char be printed in C++ like in C?

As we can print the ASCII code and increment it in C --> e.g: { char ch='A'; ch++; printf("%d",ch); } this will output "66" on the console. How can this be done in C++ ??
0
votes
2answers
43 views

Matlab: Speed-up reading of ascii file

I wrote this piece of code which works fine, but is way too slow for my purposes: %%% load nodal data %%% path = sprintf('%sfile.dat',directory); fid = fopen(path); num_nodes = textscan(fid,'%s %s ...
0
votes
2answers
30 views

Are case conversions locale-independent on the ASCII character set?

If I have a string containing only characters from the ASCII set (0 to 127), can I guarantee that converting to upper case or lower case will result in a consistent value regardless of any ...
-1
votes
0answers
14 views

Is there a tool equivalent to ascii(1), but for UTF-8? [closed]

Something like this must exist, but I haven't been able to find it. I'm looking for a simple command-line tool that will accept a decimal/octal/hex sequence as a string argument -- or an actual UTF-8 ...
-3
votes
0answers
122 views

Could anyone guide me in converting this read values to ASCII?

#include <stdio.h> #include <stdlib.h> #include "memory.h" #define actualTV 250 #define stopparity ON #define baudrate 11250 #define startparity OFF struct memory { int ...
0
votes
2answers
38 views

Matlab: Read in ascii with varying column numbers & different formats

I have been working on a puzzling question that involves reading an ascii file into matlab that contains 2 parts of different formats, the first part also including different column numbers. MESH2D ...
0
votes
1answer
52 views

Converting ascii characters in text file to Unicode

We are creating a website using Django 1.5, We have several large text files stored on the server that are to render with the web page, depending on the country. The problem is that these text files ...
0
votes
0answers
16 views

VBA Save as ASCII text without CRLF

I'm writing a code that saves a sheet as a text file. The text file should be ASCII file without CRLF (as I need to feed the text file to a software that needs it this way). I found this, but don't ...
3
votes
2answers
60 views

Efficient way to draw 3! ( 6 times) three shapes in C

I want to draw all the combinations (3! = 6) of 3 shapes , in one row : empty cell , X , or a rectangle . The current code : For empty cell : void drawEmptyCell() { ...
0
votes
0answers
26 views

Why is heart shape (ASCII) not working in Chrome

I had a question about an ASCII symbol/code... I am trying to use this ❤ shape on my site, but I am stuck because Chrome does not output this shape. It shows two stripes, but no heart. It works ...
0
votes
0answers
35 views

Google TTS API: Encoding GET request with PHP

--- SOLVED --- Problem solved. Solution is simple: file_get_contents("http://translate.google.com/translate_tts?tl=de&q=".urlencode($str)."&ie=UTF-8") To those coming here from search ...
1
vote
1answer
17 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 ( ...
0
votes
0answers
17 views

Unicode Using sqlite3 in Python 2.7.3

I'm trying to insert into a table, but it seems that the file I opened has non-ascii characters in it. This is the error I got: sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless ...
0
votes
4answers
65 views

Convert hex char[] to int[] in C 2 chars in 1 byte

I am trying to convert a char[] in hexadecimal format to int[] in hexadecimal. Something like this: hello --> 68656C6C6F --> [68, 65, 6C, 6C, 6F] This is my code: #include <stdio.h> ...
3
votes
3answers
65 views

Convert ascii char[] to hexadecimal char[] in C

I am trying to convert a char[] in ASCII to char[] in hexadecimal. Something like this: hello --> 68656C6C6F I want to read by keyboard the string. It has to be 16 characters long. This is my code ...
0
votes
2answers
91 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
3answers
60 views

LInux shell: conditional conversion of character encoding, multiple text files

The situation: I have a bunch of text files (.csv, to be precise), around 20000 that differ in character encoding: file -i *.csv gives me charset=us-ascii for most, but some are utf-16le. The goal: I ...
-2
votes
1answer
23 views

Converting ASCII codes that are in a string in ruby

Currently, with an api, they're giving me back a string with the ASCII code such as &#39; in it. I was wondering if there was a simple way in Ruby to convert all these different codes to their ...
0
votes
3answers
60 views

C data structure for looking up 6-byte structure using ascii values passed

I need a compact data structure for an embedded system in C. Given a byte representing an ascii code, a function will return a 6-byte bitmap for that font's character. Only a few characters' bitmaps ...
1
vote
2answers
71 views

How do you decode an ascii string in python?

For example, in your python shell(IDLE): >>> a = "\x3cdiv\x3e" >>> print a The result you get is: <div> but if a is an ascii encoded string: >>> a = ...
0
votes
0answers
25 views

php shell_exec fails when return non-ascii string

using command $ret = shell_exec($command); results in $ret being null when $command returns string containing non-ascii characters (papír), but it works when $command returns string without ...
-1
votes
7answers
86 views

Convert string to ASCII value in java

I have String name = "admin"; then i do String char = name.substring(0,1); //char="a" I want to convert the char to it's ASCII value (97), how can i do this in java?
0
votes
2answers
63 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", ...
1
vote
1answer
41 views

Prevent Hashtable from converting to ASCII

I am running a hashtable in an Android app that I am developing. When I run the activity it is converting the content of "ht" into ASCII characters. Does anyone know a way to prevent this from ...
-1
votes
2answers
48 views

How To Change Lists of Unicode to ASCII

I'm trying to change these lists I'm getting from my school grade site from Unicode to ASCII. The lists look like this: x = grades[1] print x #Input [u'B', u'84'] #Output But I don't want ...
0
votes
0answers
34 views

Dynamically pulling .asc file data into sql database can any one help me with this scenario

I need some help from you all. I am trying to build a package where the requirement goes like this. There is text file which consits of just the column names, so here I am dumping this data into a ...
-2
votes
1answer
59 views

Adding ASCII art into a Java String [closed]

I just finished a flight manager program and was wanting to put some ASCII art in it just to make it look better. However, since there are "escape characters" I can not do so. Is there anyway to ...
0
votes
1answer
26 views

Ace Editor: Disable converting of certain ACSII characters, ie &lt to <

I'm using Ace editor as a on-site HTML editor. I have a problem with some characters being automatically converted by Ace Editor. I use "&lt" a lot on some of my pages, so I can display HTML ...
0
votes
1answer
56 views

ASCII reading with arduino

This is my first post, I know this theme could be very simple or obvious but I can't figure out how to solve it. I have a capacitance meter from jyetech wiuch claims to have a 8-N-1 serial output, ...
0
votes
0answers
120 views

Better algorithm for converting SHA1 to Ascii that uses fewer than 40 characters?

All conversions of the 160 bit SHA1 use 40 ascii characters (320 bits) to represent 160 bits of data (that I have been able to find). I have a need to optimize this and use as few ascii characters as ...
2
votes
2answers
47 views

ColdFusion chr() does not work with high ascii numbers

I am trying to use a cent sign in my ColdFusion program. It appears to be ascii 155. The function Chr() only interprets values up to 127, although the documentation says otherwise. I found a clue ...
0
votes
1answer
26 views

Cast double to char in Matlab? Why strcat('hello', char(324)) not working?

Goal >> strcat('D_', char(2340), '.txt') D_2340.txt but failure with D_.txt. Why does it ignore the double casted to char? I also tried cast(340, 'char') but the same ignorance problem. It ...
0
votes
2answers
62 views

How to print Extended ASCII characters 127 to 160 in through a C program?

I am trying below code to print all the ASCII characters, but it does not print anything for 127 to 160. I know they are Control Chracters set or some Latin/ Spanish characters. If the same characters ...
0
votes
2answers
23 views

Insert ASCII in LSB

Does anyone know a efficient method in order to insert the ASCII value of some characters in the 8 least significant bits (LSB) of a 16 bit number? The only idea that comes up in my mind is to ...
1
vote
1answer
77 views

PHP / SQL - Convert EBCDIC to ASCII

We have PHP server code, executing SQL statements against our iSeries midrange. Here is a simplified version of the SQL query SELECT 'Regular' "sales_type", sum(sales_type1) "sales" FROM salesTable ...
3
votes
1answer
221 views

Casting ((char) a) where a is any number between int range

I know that ASCII codes are between 0-127 in decimal and 0000 0000 to 0111 1111 in binary, and that values between 128-255 are extended ASCII. I also know that int accepts 9 digits(which I was wrong ...
0
votes
4answers
74 views

Serialization of Control characters

In my program I wish to save a list of objects the user might have. Each object will have a particular value, much like an ID or reference. I thought converting the numerical value of the object to a ...
1
vote
2answers
46 views

Converting integers to ASCII results in beeping and illegible text?

I've never encountered a problem like this in a console application - I hear some rather frightening beeping, the program (and my computer) freezes momentarily, and then the console just stops working ...
1
vote
1answer
16 views

How to read unstructured ASCII data in numpy?

I need to read unstructured ASCII data into numpy arrays. As an example, a file could look like this: August 2005 OMI/MLS Tropo O3 Column (Dobson Units) X 10 Longitudes: 288 bins centered on ...
0
votes
2answers
65 views

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 mb_ functions. Currently it looks like this: $val = ...
0
votes
1answer
50 views

Grails spaces decoded as plus signs if parameter text is ASCII

I have a problem in my production Grails app with decoding POST request parameters. Whenever a parameter contains ASCII characters only, all the spaces in the text are decoded as '+' signs. So, ...
0
votes
3answers
51 views

string is not displayed when converting binary to string

I have some problem and i can not define the reasons. I have function to decrypt some info, the return value is a string that converted from binary to string. public static string Decrypt(string ...
-4
votes
0answers
14 views

I want to know about ASCII, and for what we use it? [closed]

I'm learning the Web code -HTML, CSS, JavaScript-. I want to ask, If I want to write my code, shall I use the ASCII, or normal keys? And can anyone tell me for what I'll use the ASCII, and should I ...
0
votes
0answers
53 views

Cannot convert special (ASCII/UTF-8) characters

I am trying to take a group of characters which are ASCII and it contains things like ☺ ☻ ♥. When I try to echo them out with PHP I get ? for each one. And when I try to use htmlentities() it works ...

1 2 3 4 5 34