alogism
Posts: 10
|
| Posted: 07/05/2009, 3:58 AM |
|
Please advice how can I fix charset problem while adding record using Update panel+Record form. Project has both file and default html - windows-1251 encoding. But in code details I see that default encoding for js sources is utf-8. As a result all data arrives to database in utf-8. I need to get windows-1251 in order to keep old records untouched.
I tried to change charset (without positive result) in this code inside page:
<script language="JavaScript" src="../ClientI18N.php?file=Functions.js&locale={res:CCS_LocaleID}" type="text/javascript" charset="utf-8"></script>
<script language="JavaScript" src="../ClientI18N.php?file=DatePicker.js&locale={res:CCS_LocaleID}" type="text/javascript" charset="utf-8"></script>
also I changed charset in these folder files (without positive result):
js/yui/build/connection
Here is an example of output:
|
 |
 |
damian
Posts: 838
|
| Posted: 07/05/2009, 4:48 AM |
|
try contacting support and see if they have answerred this question before....
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
alogism
Posts: 10
|
| Posted: 07/05/2009, 9:17 AM |
|
thanks, posted.
|
 |
 |
phpnut
Posts: 3
|
| Posted: 07/05/2009, 6:27 PM |
|
|
 |
 |
|