Save data in single byte Kana for japanese language

1.2k Views Asked by At

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

The image below is being displayed as double byte

This is how we save it in database.

enter image description here

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 enter image description here

Expected Results: Single kana should be saved to bank name

Actual Results: Double byte bank name is being saved

0

There are 0 best solutions below