Sindikat88 Posted November 24, 2015 Posted November 24, 2015 Hello! Prompt please how it is correct to write value in MySQL in the coding UTF-8?At present record in a database looks so: D:\aida64\aida64.exe /R D:\aida64\reports\$hostname /database /silent /LANGEN /custom D:\aida64\aida64.rpf In case of record in a database instead of the Russian characters register so: 25 Summary Motherboard Communication Port ???????????????? ???? (COM1) 21 522 19 Quote
beeonline Posted November 24, 2015 Posted November 24, 2015 When you create the MySQL database you need to select the correct charset for your language (in the case of Russian use koi8-r), or just simply use utf8_bin. Quote
beeonline Posted November 24, 2015 Posted November 24, 2015 That's great! Thank you for the feedback. Quote
Fiery Posted November 24, 2015 Posted November 24, 2015 It may also help if you simply use the Unicode MySQL ODBC Connector driver, and not the ANSI one. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.