String, Batch Replace Halfwidth Numbers with Fullwidth Numbers
Replaces all half-width numbers with full-width numbers. Numbers from “0” to “9” will be replaced. Symbols and letters will NOT be replaced. You can check the number of replacements in the log.
Download
2021-07-07 (C) Questetra, Inc. (MIT License)
https://support.questetra.com/addons/string-batch-replace-halfwidth-numbers-with-fullwidth-numbers-2021/
The Addon-import feature is available with Professional edition.
Notes
- Halfwidth Numbers (Hankaku / 半角) https://www.unicode.org/charts/PDF/U0000.pdf
- “0”:U+0030, “1”:U+0031, “2”:U+0032, “3”:U+0033, “4”:U+0034,
- “5”:U+0035, “6”:U+0036, “7”:U+0037, “8”:U+0038, “9”:U+0039
- Fullwidth Numbers (Zenkaku / 全角) https://www.unicode.org/charts/PDF/UFF00.pdf
- “0”:U+FF10, “1”:U+FF11, “2”:U+FF12, “3”:U+FF13, “4”:U+FF14,
- “5”:U+FF15, “6”:U+FF16, “7”:U+FF17, “8”:U+FF18, “9”:U+FF19
Capture

Pingback: String, Batch Replace Halfwidth Numbers with Fullwidth Numbers – Questetra Support
Pingback: String, Batch Replace Fullwidth Numbers with Halfwidth Numbers – Questetra Support