jp3peIs a problem happening after you added a variable for non-Latin characters in DB?Everything was fine before we added a variable in Declare statements. After we change only one thing, the MariaDB event didn’t work. BUT…Jan 8
Andrea BinelloJDK 18 and the UTF-8 as default charsetAn overview about the change of the default charset in JDK 18Mar 27, 2022
Ionuț G. StanUnicode vs UTF-8I couldn’t sleep and my mind wandered around, finally reaching a place where I would explain Unicode to an undefined audience. It was…May 15, 2023May 15, 2023
Paul ChuangChanging CHARACTER SET and COLLATE in all columns in a MySQL tableI would like to change all columns in a MySQL db table to CHARACTER SET = utf8mb4 and COLLATE = utf8mb4_unicode_ci. How do I do it?Apr 29Apr 29
Bartosz WiśniewskiDart and character encodingsI work on an app that plans to use thermal printers. I am also a Stack Overflow user and I often hunt for interesting questions…Mar 10, 2020Mar 10, 2020
jp3peIs a problem happening after you added a variable for non-Latin characters in DB?Everything was fine before we added a variable in Declare statements. After we change only one thing, the MariaDB event didn’t work. BUT…Jan 8
Andrea BinelloJDK 18 and the UTF-8 as default charsetAn overview about the change of the default charset in JDK 18Mar 27, 2022
Ionuț G. StanUnicode vs UTF-8I couldn’t sleep and my mind wandered around, finally reaching a place where I would explain Unicode to an undefined audience. It was…May 15, 2023
Paul ChuangChanging CHARACTER SET and COLLATE in all columns in a MySQL tableI would like to change all columns in a MySQL db table to CHARACTER SET = utf8mb4 and COLLATE = utf8mb4_unicode_ci. How do I do it?Apr 29
Bartosz WiśniewskiDart and character encodingsI work on an app that plans to use thermal printers. I am also a Stack Overflow user and I often hunt for interesting questions…Mar 10, 2020
K1 DigitalMagento 2 Code Snippet #03 — Solving incorrect characters displayed in exported sale ordersIn my case, since I am working on Traditional Chinese Magento website, I may meet the case that customers may input their Chinese name in…Oct 20, 20171
vardan.proScript for guessing MySQL table charset and collationSometimes we getting in a situation where have MySQL database where we have tables and even and columns in that tables in different…Jul 10, 2017