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

UTF-8

UTF-8

Great Reads

by Pascal Ganaye
A custom C# string implementation that stores its data in a UTF8 byte array.
by Mircea Neacsu
This is (yet another!) article on how to handle UTF-8 encoding on a platform that still encourages the UTF-16 encoding.
by WernfriedD
How to set NLS_LANG value for Oracle to support all special characters you need in your language/application.
by Devatrun
This is a project about a C++ header-only library that fills the C++17 standard gap in support for Unicode strings. The library was created to work exclusively with Unicode, without support for other encodings.

Latest Articles

by Pascal Ganaye
A custom C# string implementation that stores its data in a UTF8 byte array.
by Mircea Neacsu
This is (yet another!) article on how to handle UTF-8 encoding on a platform that still encourages the UTF-16 encoding.
by WernfriedD
How to set NLS_LANG value for Oracle to support all special characters you need in your language/application.
by Devatrun
This is a project about a C++ header-only library that fills the C++17 standard gap in support for Unicode strings. The library was created to work exclusively with Unicode, without support for other encodings.

All Articles

Sort by Score

UTF-8 

by Devatrun
This is a project about a C++ header-only library that fills the C++17 standard gap in support for Unicode strings. The library was created to work exclusively with Unicode, without support for other encodings.