Hello,
I am trying to do analytics on Japanese data, but the data contains both full-width and half-width characters.
| Half Width "ア", "イ", "ウ", "エ", "オ", |
| Full Width"ア", "イ", "ウ", "エ", "オ", |
What is the easiest way to convert all half-width to full-width, and full-width to half-width?
Thank you!
Blair