Sanjay Raisanjhiar2133.hashnode.dev·Jun 11, 2024Why is used 'UTF-8' in HTML ?UTF-8 (Unicode Transformation Format 8-bit) is a character encoding capable of encoding all possible characters defined by Unicode. In the context of HTML, UTF-8 is the recommended character encoding for web pages. Here are some key points regarding ...Discusscharset in html
Thomas Brennetotblog.brennetot.com·Apr 17, 2024Japanese characters transcoding: stop using Shift-JIS for the sourceSo, last day I got an encoding error. The data is what I though was in Shift-JIS but it could not be converted to UTF-8 because in Shift-JIS ‡ U+0087 does not exists. It's is multiple used as title like so: https://www.htmlsymbols.xyz/unicode/U+008...Discussjapanese encosing
Rafal Grzegorczykrafal.hashnode.dev·Jan 25, 2024Configure Liquibase (standalone & Oracle SQLcl) for usage with UTF-8 encodingHave you already installed SQLcl Liquibase or standalone LIquibase? That's great. However, after a while, you may notice something wrong with your UTF-8 encoding - either when you generate objects using Liquibase(standalone or SQLcl) or while using y...Discuss·1 like·430 readssqlcl
Nguyen Hoang Namnamnguyen1202.hashnode.dev·Oct 27, 2023Java in the Unicode of madnessIn this post, I will cover common Java knowledge and approaches for dealing with Unicode, using Vietnamese as examples. Charset A Charset is a set of characters, and each charset needs a character encoding to convert those characters to numbers that ...Discuss·214 readsJava
Anjanesh LekshminarayananforUbuntuubuntu.co.in·Oct 26, 2023Converting a file from Windows format (utf-16) to Ubuntu format (utf-8)You've exported a MySQL dump (say the file is my-db.sql) from Windows in Powershell or via phpMyAdmin. Now you want to import the MySQL file, my-db.sql, on a Ubuntu machine. You get the error : ERROR: ASCII '\0' appeared in the statement, but this is...Discuss·35 readsascii
Nitin Kalratil.hashnode.dev·Oct 21, 2023Storing emojis in MySQL tableIn the ever-evolving landscape of web development, the need to support diverse and expressive content, such as emojis, has become paramount. Emojis bring a new dimension to communication, and incorporating them into your MySQL database requires caref...Discuss·129 readsMySQL
indika kularathneindika.one·Sep 11, 2023UTF-8mb4: The Multilingual Savior of Character EncodingIn today's interconnected world, where information flows freely across borders and cultures, it's crucial for technology to bridge linguistic gaps and ensure seamless communication. Character encoding is a fundamental aspect of this endeavor, and UTF...Discussutf8
sri aravindan vblog.sriaravindan.me·Jun 10, 2023All you need to know about 'UTF'-Unicode Transformation FormatUTF stands for "Unicode Transformation Format." It is a character encoding standard that represents a wide range of characters from various writing systems around the world. In simple terms, character encoding determines how characters are represente...Discuss·20 likesYAML
Boyd TimmermanProbtimmerman.hashnode.dev·Dec 7, 2022Finding hidden characters in SQL filesOracle DBAs love to use SQL*Plus when installing database objects. As a developer, I make SQL install scripts. Which then are executed by these DBAs. These scripts contain references to other files with the actual SQL statements. Below is an example ...Discuss·2.2K readssqlplus