Skip to main content
1 vote
0 answers
54 views

I use feck:profanities to identify the profanities. this function correctly works for the normal text messages. But, when the message has extended ascii characters though the message contains a ...
Hashini Udara's user avatar
1 vote
1 answer
27 views

When I run a query for this string in SQLite with these entries in Cyrillic in a text field, I only find one. When I put the two strings in two different cells in Excel and search, it only finds the ...
Karlomanio's user avatar
0 votes
0 answers
88 views

I use DoCmd.TransferText acImportFixed successfully to import text from an iPad to windows via iCloud drive. The single and double quotes don't convert correctly. Example: let's try a "typical&...
DigitalJim2's user avatar
0 votes
1 answer
193 views

I'm trying to configure a barcode code39 full ascii, it seems to work ok except for the char #, I've tried font libre barcode code 39, azalea font and barcode 39, all with the same result. When headed ...
fraschizzato's user avatar
1 vote
2 answers
119 views

I'm using the ASCII code 219 to print out "█" in a character array. however I would like to check the value of that cell later on in the program using a if statment. this is what i currently ...
jayandthegames's user avatar
1 vote
1 answer
257 views

I'm getting the following errors when trying to send an email to a recipient with extended ASCII characters, on my Postfix server, using PowerShell or the System.Web.Mail.SmtpMail .NET class: The ...
geoced's user avatar
  • 742
0 votes
0 answers
350 views

I previously asked here about reading .RAW files in R. I have looked for more details on these files and have found this documentation: And this: I do not have experience with ASCII files but I have ...
Weierstraß Ramirez's user avatar
0 votes
1 answer
142 views

The following code: if "%DispMode%"=="tree" ( tree >temp findstr /b /v /c:"F" temp >>temp2 del temp >nul findstr /b /v /c:"V" temp2 >>temp ...
fortissimo's user avatar
2 votes
2 answers
493 views

First, in this C project we have some conditions as far as writing code: I can´t declare a variable and attribute a value to it on the same line of code and we are only allowed to use while loops. ...
Rosa Fernandes's user avatar
0 votes
1 answer
289 views

I want to select all characters, including extended ASCII inside a group of regex using sed. Next works: echo -e "TO BE REMOVED. THIS NOT. TO BE REMOVED" | sed -E 's/(TO BE REMOVED)(.{12})(...
Shorosky's user avatar
0 votes
0 answers
736 views

From here, it’s clear that char can't store extended ASCII values, so we use unsigned char. The basic ASCII values are in the range 0 to 127. The rest part of the ASCII is known as extended ASCII. ...
Sidharth Mudgil's user avatar
0 votes
3 answers
2k views

My flutter app retrieves information via a REST interface which can contain Extended ASCII characters e.g. e-acute 0xe9. How can I convert this into UTF-8 (e.g 0xc3 0xa9) so that it displays correctly?...
rodders's user avatar
  • 21
1 vote
1 answer
448 views

I'm trying to create an inspiration app, which displays random words. it works for alpha characters, but when a word has characters like öäü or ß in them, it just displays random gibberish. Wanted ...
user avatar
1 vote
0 answers
194 views

On my Mac: Copy the string n = "Vötest" to my clipboard from my code editor (Sublimetext 3.2.2) Launch Rails console rails c irb(main):001:0> Attempt to paste the string to ...
jpw's user avatar
  • 19.3k
0 votes
0 answers
794 views

I'm very new to character encoding, I never really stopped to analyze how it works. My question is as follows, I have a text editor, for example the windows notepad, when I write a file in ascii ...
Yuri Bittencourt's user avatar

15 30 50 per page
1
2 3 4 5
14