Top "Non-ascii-characters" questions

ASCII stands for 'American Standard Code for Information Interchange'. ASCII is a character-encoding scheme based on the ordering of the English alphabet.

How to convert \xXY encoded characters to UTF-8 in Python?

I have a text which contains characters such as "\xaf", "\xbe", which, as I understand it from this question, are …

python unicode utf-8 character-encoding non-ascii-characters
How to find non-printable characters in the file?

I tried to find out the unprintable characters in data filein unix. Code : #!/bin/ksh export SRCFILE='/data/temp1.…

file grep find non-ascii-characters
How to print Greek letter delta in c++

I have a small console based application that will solve physics equations. I am trying to ask the user if …

c++ c++11 unicode console non-ascii-characters
Check If the string contains accented characters in SQL?

I want to perform a task if the input string contain any accented characters else do another task in SQL. …

sql sql-server diacritics non-ascii-characters
preg_match with international characters and accents

I would like to validate a string with a pattern that can only contain letters (including letters with accents). Here …

php preg-match non-ascii-characters
Python: ascii codec can't encode en-dash

I'm trying to print a poem from the Poetry Foundation's daily poem RSS feed with a thermal printer that supports …

python-2.7 printing utf-8 non-ascii-characters utf8-decode
Ignoring accents while searching the database using Entity Framework

I have a database table that contains names with accented characters. Like ä and so on. I need to get all …

c# entity-framework non-ascii-characters
How do I get accented letters to actually work on bash?

My bash installation on cygwin doesn't handle accented letters properly. I tried adding set input-meta on # to accept 8-bit characters …

bash cygwin non-ascii-characters
How to printf accented characters in ANSI C (like á é í ó ú)

I tried to printf with some accented characters such as á é í ó ú: printf("my name is Seán\n"); The text editor …

c printf ansi non-ascii-characters
How to Decode Scrambled Character Encoding: Special Character Encoding

I have data in CSV format that has been seriously scrambled character encoding wise, likely going back and forth between …

character-encoding non-ascii-characters scramble