IT Log

Record various IT issues and difficulties.

Tag: UTF-8


  • Introduction to MySQL · Database Operations

    Table of Contents Preface: Add About Encoding Delete Inquire Modify Preface: From the previous text, we can see that MySQL is currently the mainstream database. mysql is a client, mysqld is a network service, and mysqld is also a database service. For a database, it is a way to store and organize data, so we…


  • How to convert the character encoding of a CSV file to UTF-8

    To convert the character encoding of a CSV file to UTF-8, follow these steps: Identify the Current Encoding: Open the CSV file in an editor like Notepad++ or Excel. Check the encoding settings; Notepad++ can detect it under “Encoding.” Choose a Conversion Tool: Notepad++: Use the “Encoding” menu to convert directly. Excel: Open the CSV,…