Refers to a symbol that represents a letter or number. Also, the bit pattern used to represent such a symbol.

learn more… | top users | synonyms (1)

3
votes
0answers
147 views

Counting characters in a string with SSE Intrinsics

I am trying to implement a character-frequency function in C. This task is very simple of course, simply loop over the string and increment like this: for(cycle = 0; cycle < length; cycle++){ ...
2
votes
0answers
19 views

How to Edit the character motor script to enable slide on tagged objects rather than it is greater than slope limit?

I am working on a 2.5D platforming game on Unity3D and I need my character to slide on tagged objects rather than being over the slope limit. I am using the character motor and FPS input scripts. I ...
2
votes
0answers
53 views

File content truncated when using polish characters

Code: #include <fstream> const wchar_t * testArray[] = { L"Wszystkie kategorie równoważne", L"Oczekiwane przepływy pieniężne", L"Risk i dojrzałość", L"Pozycja strategiczna i ...
2
votes
0answers
14 views

Incorrect .mo file when using Glotpress and Cyrillic strings

I'm using GlotPress to translate some projects. I've encountered a problem when the translator used this word : "Подписка" the last "а" is a Cyrillic one and not the "regular a". Here's and example ...
2
votes
0answers
143 views

Wrong Character Encoding with JarOutputStream and JarEntry

I'm using the class JarOutputStream to deploy a Jar from my system. I put some files inside the jar using the class JarEntry to do it. The problem is: When i put a file that has some "special" ...
2
votes
0answers
133 views

What is the earliest version of TinyXML that correctly translates character entities?

According to TinyXML documentation, the latest version of the software correctly translates the standard five XML character entities (&, ", ', >, <) into their human-readable ...
1
vote
0answers
19 views

Firefox entity/special character text shown instead of Special Character glyph

I am trying to use a IcoMoon font I compiled and have run into a problem on Firefox not displaying the character but instead showing a stacked text of that entity. Say the character is &#xe004; ...
1
vote
0answers
43 views

Sorting å, ä, ö - gets mixed with a / o

Using WordPress and PHP, I'm creating a list of tags on a site sorted by their first character, <?php $letters = range( 'a','z' ); array_push( $letters, 'å', 'ä', 'ö' ); foreach ( $letters as ...
1
vote
0answers
60 views

PHP only store 1048576 characters in array

I'm working on a project that parses huge text files and store some of the information in MySQL DB. I noticed one of the field was missing info when it was displayed, however, when checking the DB ...
1
vote
0answers
50 views

How to send ctrl+z in C

I'm working with arduino. I want to send ctrl+z after a string in C. I tried truncating ^Z but that didn't work. So how to do that ?
1
vote
0answers
27 views

Maximum characters Facebook comments?

Is it possible to reduce the maximum characters so you get earlier the "read more" link? I added comments this way to my website: https://developers.facebook.com/docs/reference/plugins/comments/ I ...
1
vote
0answers
88 views

Tesseract - How can I recognize numbers in box?

I have a image that you can see. But Tesseract recognize it is no text. How could I make Tesseract learn that this has numbers and can extract from image? Thanks for your help!!
1
vote
0answers
53 views

mysql default charset different when invoked by php

As many others, I'm having some problems with mysql charset. As many others, I want everything to be UTF-8, but mysql was installed with latin-1, and no matter how I try/google/experiment with mysql ...
1
vote
0answers
26 views

character encode type

When I view a certain webpage, the characters display properly as Chinese characters on the page. When I view the page source they look like this: ...
1
vote
0answers
80 views

How can I store characters like 【Ƹ̴Ӂ̴Ʒ into a MySQL database?

I don't know a lot about character sets like UTF-8, etc. etc. so I'm getting lost in the terminology from other posts. I've been using a VARCHAR that is on the default collation in phpMyAdmin ...
1
vote
0answers
57 views

Places API returns REQUEST_DENIED for some special characters

We are using the Google places API in our application... it searches for the address correctly. But when the address contains some special characters, e.g. "#101" etc, it fails with a REQUEST_DENIED ...
1
vote
0answers
212 views

Set character encoding in jboss-web.xml

Is it possible to set character encoding for a JBoss AS 5.1 through a jboss-web.xml cfg file, like this? <sun-web-app> locale-charset-info default-locale=""> ...
1
vote
0answers
67 views

How to correctly grab and replace selected text in JavaScript?

Here is code: var selection; var edited_selection; var value; var string; $("#text").select(function(){ // $("#text") is textarea value = $("#text").val(); selection = ...
1
vote
0answers
81 views

How to display chinese characters in cxGrid

I've got a DB in Cinese and a cxGrid connected to it. The chinese digits are displayed as '?' in grid. I tied to change the grid's CharSet but had no success. Could you help me out, pleese?
1
vote
0answers
305 views

parse_str not working as it should?

I have a very weird problem with an application I'm developing, what the app does, is take the data from another site and displays it nicely to the user, the data is located here (this is my profile): ...
1
vote
0answers
188 views

Objective c - Get non-english characters from sqlite

I really have searched for the answer, but I didn't find my answer :( The problem is non-english characters (French and Greek), with just english characters it works fine. I get stuff out a ...
1
vote
0answers
174 views

Possible characters in android

is there a way I can determine which characters are possible in android's textview ?! I want to display some fancy characters in android like those: ƬΉIƧ IƧ Λ ƧΛMPᄂΣ ƬΣXƬ. ЩЯIƬΣ YӨЦЯ MΣƧƧΛGΣ IП ƬΉIƧ ...
1
vote
0answers
394 views

ÅÄÖ (swedish characters) problems on update

I have some problems with displaying ÅÄÖ in jcart, I'm not very good at explaining but if you look here you'll see what I mean. At first it all seems to work, but if you update the page or go to the ...
1
vote
0answers
1k views

Reading from keyboard without pressing “enter” using JCurses

I am writing an application that requires me to read a key from console without having to wait for the user to hit enter. I have read that JCurses library could help. I tried using ...
1
vote
0answers
71 views

unreadable symbols in WTK emulator

When I run the WTK emulator from the IntelliJ Idea project all symbols are realy unreadable. I've added microedition.encoding: UTF-8 microedition.locale: ru-RU because all the symbols are cyrillic ...
1
vote
0answers
433 views

SharePoint 2010: Set character limit of news webpart without SP Designer?

The SharePoint 2010 news/announcement webpart cuts off messages after 250 characters. I would like to set a higher character limit. All solutions I have found so far involve SharePoint Designer which ...
1
vote
0answers
946 views

Tomcat 6 and foreign characters (UTF-8 and non UTF-8 mixup)

I have a problem displaying foreign language characters in web app with Tomcat 6. Previously we were using Tomcat 5.5 and we did not face this issue. To fix this issue I followed ...
1
vote
0answers
184 views

How to show transcription characteres in android

I have on my sqlite DB data with transcription characters like æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ But some of them don't display ...
1
vote
0answers
484 views

Remapping the Asus Transformer keyboard. How to insert acute accent?

I am trying to change the keyboard dock layout to that of Icelandic standard keyboard using this guide : xda developers, however im having difficulties finding the acute accent ´ that is used to type ...
1
vote
0answers
477 views

VS2008 - VB.net Font Dialog - Filter Fonts by Codepage/Language

Update (in response to first answer, from Hans Passant): I guess I didn't explain my use-case well enough. This application will be designed for people to enter data in a "master" language (most ...
1
vote
0answers
189 views

How can I get more than 11 characters into the name of my app on iPhone?

The name I want to use for my app has 12 characters, I had read that Apple will only allow 11 at this time, but then I found an app with 13 (tiltshiftfocus). I was wondering if there is anything ...
1
vote
0answers
502 views

How to decode a text string encoded in the ISDB (ARIB) Transport streams?

How to decode a text string encoded in the ISDB (ARIB) Transport streams? Some encoding technique is specified in Chapter 7 of Part 2 (Mono media Coding) of ARIB STD-B24 Version 5.2 (Volume 1) ...
0
votes
0answers
17 views

Convert file name in UTF-8

My site has a lot of photos named in UTF-8, ex: Đường-vào-Măng-Buk-2.jpg But on the server, this file is named in other strange characters: -ɦ¦ß+Øng-v+áo-M-âng-Buk-2.jpg By this reason, these ...
0
votes
0answers
22 views

parsing special characters in php mailing script

I wrote a simple php script to send emails from my server for a contact form. I am seeing responses with special characters such as quotation marks coming out as &#34 and such in the emails. It ...
0
votes
0answers
25 views

Detecting Unrecognized (codepage-unicode) Characters in a string

How do you detect an unrecognized code page character in a string in vb.Net? These charaters usually show up in a default character such as "?" or a square when the current code page can not recognize ...
0
votes
0answers
24 views

Hibernate BasicPropertyAccessor Exception when Using Transformer aliasToBean

We have a custom AliasToBeanResultTransformer, which is used to transform a Hibernate result into a custom object. (The Transformer doesn't do anything special, other than remove certain unneeded ...
0
votes
0answers
27 views

World wide unicode character occurrence frequencies

I wonder if there are any global projects that seek to answer this question: What are the general occurrence frequencies of the individual Unicode characters across the web? I am working on some ...
0
votes
0answers
34 views

Qt UI issues on Windows

We build our application for Windows and OS X on the same code base. We have created localized QM files and loaded in to translator. But certain characters are displayed as blank on Windows and they ...
0
votes
0answers
32 views

Comparing to characters in SPARC fails

Attempting to get a string and character from the user and count the number of times that the letter occurs but it doesn't increment the counter in the program. .section ".data" string: .asciz " ...
0
votes
0answers
47 views

TIToken crashes as soon as I type some letters in the textfield

I downloaded TIToken (https://github.com/thermogl/TITokenField) and integrated it in my app. All works, but when I type a letter in the textfield, the app crashes: * Terminating app due to ...
0
votes
0answers
46 views

code regarding keyPress( ) method and keycode for virtual keyboard in java for special characters

I have to create a virtual keyboard in java to type frequently some special characters like:Ã Ð Ğ Ș Ģ Ŗ etc. As they are not present in our regular English keyboards, the virtual keyboard is must for ...
0
votes
0answers
39 views

Jsfiddle - strange characters on UI

what's the solution for this kind of problem (weird characters) that suddenly appeared for me on jsfiddle.net? This started a few weeks ago. Any similar experiences? Update 1 It works perfectly ...
0
votes
0answers
36 views

How to escape special characters in scp

I want to be able to escape any worst case scenario file path in scp. I can't find a way to escape a file with an exclamation point and a " character at the same time. Back story: I have a webpage ...
0
votes
0answers
42 views

tinyMCE richtextbox last character is cutting off

I am using TinyMCE RichTextBox in ASP.NET. when we edit, we entered the text after existing text, into the RichTextBox and save, then last character is cutting off. Please help me. Thank you.
0
votes
0answers
15 views

Fontawesome - Errors on Devices and Tablets

I'm using fontawesome ( http://fortawesome.github.io/Font-Awesome/ ) which provides some nice little characters that act as icons. I'm noticing however they do not work on devices? Any suggested fix ...
0
votes
0answers
137 views

android webview don't show Arabic characters

I've searched for similar problem but I can't find any accepted solution! my emulator shows the Arabic characters through the application successively ,, but when it runs the webview ( Arabic html ...
0
votes
0answers
45 views

Lazarus TextOut prints little square instead of characters

I am programming in Lazarus at school. I wrote one program for chess table, but I have problem with printing these two charcters ♂ and ♀. I tried this code var s : string; ... s := 'VKS' + ...
0
votes
0answers
79 views

ControllerColliderHit makes position change in unity 3d

I attached a script to a character controller. When my character controller hit on any collider, transform positon of character controller changes. void ...
0
votes
0answers
40 views

Tracking Down Strange Unrecognized Character Issues (Question Mark in a Diamond)

We are noticing something odd on our site. We are seeing some unrecognized characters (shown as a question mark inside of a diamond) popping up in data produced from MySQL. For our website, we use ...
0
votes
0answers
46 views

Ubuntu Custom Character Set or Code Page

I currently have a character based application that uses CP437 encoding for displaying all the lines and the logo and everything. Recently I had to store and view multi lingual data and ran into a ...

1 2 3 4 5 7