vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Why is the windows codepage 1252 converted to latin9 in CC_lookup_characterset()? The windows codepage for latin9 is 28605 and the correct codepage for latin1 is 1252: http://msdn.microsoft.com/library/de...icode_81rn.asp So what was the reason for this decision? I ask, because I gets lots of errors in the Postgres logfile: ERROR: conversion between latin9 and WIN1252 is not supported. Rainer PS: I issue a "SET CLIENT_ENCODING TO 'WIN1252'" after connectiong to the database. |