[hlds] log encoding

2010-02-07 Thread -xL-Trinidad
Hi, does anyone know what encoding SRCDS uses to output log entries through UDP after log on. Doesnt seem to be UTF-8. Thnks, Trinidad ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlds] log encoding

2010-02-07 Thread Saul Rennison
If it's not UTF-8, then I could only think of it being ANSI Thanks, - Saul. On 7 February 2010 09:35, -xL-Trinidad trini...@extreme-losers.org wrote: Hi, does anyone know what encoding SRCDS uses to output log entries through UDP after log on. Doesnt seem to be UTF-8. Thnks, Trinidad

Re: [hlds] log encoding

2010-02-07 Thread Shane Arnold
Log files are ANSI encoded. Saul wins! On 7/02/2010 7:59 PM, Saul Rennison wrote: If it's not UTF-8, then I could only think of it being ANSI Thanks, - Saul. On 7 February 2010 09:35, -xL-Trinidadtrini...@extreme-losers.org wrote: Hi, does anyone know what encoding SRCDS uses to

Re: [hlds] log encoding

2010-02-07 Thread Nicholas Hastings
I also parse them as UTF-8 with no issue. All special characters are in tact. On 2/7/2010 8:00 AM, raydan wrote: i have a java program to log srcds UDP, i haven't got any problem with UTF8 in the program i use String sentence = new String(receivePacket.getData(),4,receivelength,UTF-8);