Top "Character-encoding" questions

Character encoding refers to the way characters are represented as a series of bytes.

SQL Server default character encoding

By default - what is the character encoding set for a database in Microsoft SQL Server? How can I see …

sql-server character-encoding collation
Python: Converting from ISO-8859-1/latin1 to UTF-8

I have this string that has been decoded from Quoted-printable to ISO-8859-1 with the email module. This gives me …

python character-encoding
Converting a character code to char (VB.NET)

I'm able to convert a character to its corresponding character/ASCII code using "Asc(CHAR)". What can I use to …

vb.net character-encoding ascii character character-codes
What is the difference between utf8mb4 and utf8 charsets in MySQL?

What is the difference between utf8mb4 and utf8 charsets in MySQL? I already know about ASCII, UTF-8, UTF-16 and …

mysql encoding utf-8 character-encoding utf8mb4
FPDF utf-8 encoding (HOW-TO)

Does anybody know how to set the encoding in FPDF package to utf-8? Or at least to ISO-8859-7 (Greek) …

unicode utf-8 character-encoding fpdf
Change the encoding of a file in Visual Studio Code

Is there any way to change the encoding of a file? For example UTF-8 to ISO 8859-1? Setting Example Sublime …

visual-studio-code character-encoding vscode-settings
How do I correct the character encoding of a file?

I have an ANSI encoded text file that should not have been encoded as ANSI as there were accented characters …

encoding utf-8 character-encoding text-files codepages
li:before{ content: "■"; } How to Encode this Special Character as a Bullit in an Email Stationery?

After proudly coloring my liststyle bullet without any image url or span tags, via: ul{ list-style: none; padding:0; margin:0; } li{ …

css list character-encoding special-characters
How do I convert special UTF-8 chars to their iso-8859-1 equivalent using javascript?

I'm making a javascript app which retrieves .json files with jquery and injects data into the webpage it is embedded …

javascript jquery character-encoding
No line-break after a hyphen

I'm looking to prevent a line break after a hyphen - on a case-by-case basis that is compatible with all …

html css character-encoding line-breaks hyphenation