DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 549 forks source link

Fix a whitespace #6393

Closed Xaver-DaRed closed 4 years ago

Xaver-DaRed commented 4 years ago

Fix a whitespace caused by me that was preventing the file to be run by HeidiSQL

TeoTwawki commented 4 years ago

I see nothing here that would have prevented importing the table via heidi or any other program

Xaver-DaRed commented 4 years ago

I know, but HeidiSQL was returning an error in Line 1. Editing the file through the browser actually showed a "dot" character (like a circle) at the very beggining of the file.

zynjec commented 4 years ago

It's not invisible characters, it's HeidiSQL's terrible parsing engine and that file being saved as UTF8 with BOM.

Another tally mark for "GUIs are shit".

TeoTwawki commented 4 years ago

na it is on githubs side at least. I copied contents local and there is a non standard line break right at the top that github can't display but my editor can. githubs all "we know there's some kinda change so we gonna mark it, but we're still gonna show same line" - that's why I called it invisible. image

TeoTwawki commented 4 years ago

byte order marks aren't usually a problem either.