Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   TT Language ERROR (http://www.bvlist.com/showthread.php?t=10462)

Extremlym 31st August 2015 19:15

TT Language ERROR
 
the text is disappearing when i post something with specific letters in comments or torrent descr.

like ...

ă Ă â Â î Î ş Ş ţ Ţ.

what do i have to change???

HTML Code:

1 rows affected.
Warning: #1366 Incorrect string value: '\xC4\x83: Ha...' for column 'descr' at row 1

when i force to insert the txt in phpmyadm

Fynnon 31st August 2015 19:37

Quote:

Originally Posted by Extremlym (Post 47428)
the text is disappearing when i post something with specific letters in comments or torrent descr.

HTML Code:

1 rows affected.
Warning: #1366 Incorrect string value: '\xC4\x83: Ha...' for column 'descr' at row 1

when i force to insert the txt in phpmyadm

i think you need to change the character set in your database from UTF8 to "Windows-1252" (Windows Western European)
but i`m not sure how you can do it safely so make a backup of your database before doing anything. do some research on that error: Warning: #1366 Incorrect string value

UFFENO1 31st August 2015 20:15

Try to save you files with UTF-8 without BOOM. Use Notepad++ or similar.

DND 1st September 2015 01:33

He tries to use Specific characters. I also use them and my code is UTF-8 and they work.
Comments, Forums, Torrents.. You just need code charset to utf-8 and also for mysql database. Collation also has a role into it. Also set up some rules in your apache/nginx configuration.:coffee:

Extremlym 1st September 2015 19:08

Quote:

Originally Posted by DND (Post 47432)
He tries to use Specific characters. I also use them and my code is UTF-8 and they work.
Comments, Forums, Torrents.. You just need code charset to utf-8 and also for mysql database. Collation also has a role into it. Also set up some rules in your apache/nginx configuration.:coffee:

THX

HTML Code:

default_charset = "UTF-8"
#AddDefaultCharset UTF-8
AddDefaultCharset ISO-8859-1



All times are GMT +2. The time now is 04:55.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.