Guten Tag Stefan Tanurkov, am Montag, 28. Januar 2008 um 13:17 schrieben Sie:
> Hello Jens, JF>> this File is horrible to read. As the File is named JF>> "LOG"file it should be readable at least. > It's readable, but it's in UNICODE If it's UTF8, you might want to try to write a BOM at the beginning of the file like this: 00000000:ef bb bf 23 0d 0a #.. With the leading #ef #bb #bf the Editors know, it's UTF8 Source From: - Notepad++ Editor which (normally) recognizes UTF8 but yours... - Wikipedia which can explain what BOM (byte-order mark) is. -- Mit freundlichen Grüßen Jens Franik mailto:[EMAIL PROTECTED] http://www.franik.net/Jens.png The Bat! 4.0.0.15 (ALPHA) Windows 2000 5.0 build 2195 Service Pack 4 ________________________________________________________ Current beta is 4.0.0.15 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html

