Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Bailey Evans   on Dec 21 In Java Category.

  
Question Answered By: Volney Fischer   on Dec 21

You should execute these 2 queries after connecting to database  ,

SET CHARACTER set  UTF8
SET NAMES 'utf8'

(before any select statement.)
and another point is that it is better to set your column's collation
to utf8_persian_ci for achieving desired ordering result.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on search for farsi string in mysql Or get search suggestion and latest updates.


Tagged: