I have a situation where I am storing bank name for Japanese culture for Japan. So the problem is we found the Bank Name which should be kana is saving as Double bytes Kanji in Database.
The image below is being displayed as double byte
This is how we save it in database.
So please let me know how can we save it in single byte kanji.
I don't have much knowledge on Double and Single byte Kanji or Kana,I have went through various article but could'nt get much information
This is how my table structure looks like
Expected Results: Single kana should be saved to bank name
Actual Results: Double byte bank name is being saved