Help with Vietnamese Unicode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • quyhurry
    First Sergeant

    • Nov 2005
    • 76

    Help with Vietnamese Unicode

    I setup a forum for a Vietnamese forum using the BV phpBB newest version.
    Language used is English and Vietnamese Unicode from vps.org
    The logo is fine.
    Topic sub-title fine.

    But for some reasons I cannot post messages on the forum and receive the following error:

    General Error
    SQL ERROR [ mysqli ]

    Incorrect string value: '\xE1\xBB\xAD th...' for column 'post_text' at row 1 [1366]

    SQL

    INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (2, 2, 0, '72.219.188.105', 1278004683, 1, 1, 1, 1, 1, '', 'Thông Báo', 'Thử thông báo diễn đàn', '84976e519c5792862bb8c4474112ca34', 0, '', 'aavv2jww', 1, 0, 2)

    BACKTRACE


    FILE: includes/db/mysqli.php
    LINE: 163
    CALL: dbal->sql_error()

    FILE: includes/functions_posting.php
    LINE: 1985
    CALL: dbal_mysqli->sql_query()

    FILE: posting.php
    LINE: 1108
    CALL: submit_post()


    The message tested is:

    'Thử thông báo diễn đàn'

    Please help! Thank you so much

    Quy

    My forum can be seen at
    http://svqy.org/viewforum.php?f=2
Working...
X