Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / encoding

Encoding

encoding

Great Reads

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

Latest Articles

by Retired Author
Cross-Site Scripting (XSS) is one of the most prevalent security vulnerabilities in web applications. It occurs when an attacker injects malicious scripts into content that users can view on a web page. These scripts can steal data, hijack user sessions, or perform other harmful actions.
by Jeremy C. Ong
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET

All Articles

Sort by Score

encoding 

by mhano
Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET
by Stian Andre Olsen
EncodeText is a small program that can decode and encode text files using any of the codecs supported by Qt
by Adi Eduard
This article describes how to get a file's encoding with C#
by Syed Ubaid Ali Jafri
Non Printing Characters are invalid when placing it in URL field. These characters may include &, ^, % signs, etc. most Web Platforms somehow have ways to encode and decode this escaped format. This program is design to develop a Logic for Encoding and Decoding the URL, IP Address and HTML Attribute
by Pascal Ganaye
There doesn't seem to be any encoding for the 'Iranian system encoding standard' in .NET
by Roman Zinnatov
GSON does not properly render non-English letters while converting Java object to json string in JSP.
by WernfriedD
How to set NLS_LANG value for Oracle to support all special characters you need in your language/application.
by Ghosuwa Wogomon
Detecting character encoding in just 4 lines of code