My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
Unicode
.
Show all posts
Showing posts with label
Unicode
.
Show all posts
Friday, 4 February 2022
Running BOM-encoded .sql file in MySQL shell gives "ERROR: 1064 (42000): You have an error in your SQL syntax"
›
I wanted to import a Northwind DB into my local instance of MySQL and found on one Google Code page a file with all necessary commands: Nor...
How to remove BOM Unicode character from a file (Linux)
›
Example of file with Byte Order Mark (BOM) bytes which appear at the beginning of the file: $ xxd commands.sql 00000000: efbb bf73 656c 6...
Thursday, 8 December 2011
Host endianness and data transfer over the network
›
Network components talk to each other by sending messages which are simply arrays of bytes. In order to understand them, parties in convers...
›
Home
View web version