mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 12:42:02 +00:00 
			
		
		
		
	 44bff58aa8
			
		
	
	44bff58aa8
	
	
	
		
			
			Under windows text editors like to default to saving in UTF8 with a byte order mask prefix preventing proper parsing of any option that is on the first line of the file. Since the configuration file is only intended to be plain ascii this change ignores all non-ascii characters solving this issue.