Sindikat88 Posted November 24, 2015 Share 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 Link to comment Share on other sites More sharing options...
beeonline Posted November 24, 2015 Share 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 Link to comment Share on other sites More sharing options...
Sindikat88 Posted November 24, 2015 Author Share Posted November 24, 2015 Thanks! Everything works. Quote Link to comment Share on other sites More sharing options...
beeonline Posted November 24, 2015 Share Posted November 24, 2015 That's great! Thank you for the feedback. Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 24, 2015 Share Posted November 24, 2015 It may also help if you simply use the Unicode MySQL ODBC Connector driver, and not the ANSI one. Quote Link to comment Share on other sites More sharing options...
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.