<p></p>

<h3>Description</h3>
<p><code>JapanBankData.getString("japanese.validation.regex")</code> only lets kanji/kana pass. As a kanji, currently <code>U+4E00</code>  … <code>U+9FAF</code> will be seen as valid (according to <code>JapanBankData.java</code>), which may be practically good enough. However, there is one special character out of the above range that should be also accepted. Namely:</p>
<p><code>U+3007</code> [ 〇 ] IDEOGRAPHIC NUMBER ZERO</p>
<p>This letter (the kanji version of number 0) is used in many branch names of a specific Japanese bank. Thus one should add the following to that RegEx:</p>
<p>"〇" + // IDEOGRAPHIC NUMBER ZERO (0x3007)</p>
<h4>Version</h4>
<p>1.7.3</p>
<h3>Steps to reproduce</h3>
<p>As a test, try to input a random (hypothetical) Japanese Bank account info, with a branch name e.g. "〇一二". This branch name is well-formed but will be refused with an error message.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/5688">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVKP2CYAF32J2TINFDUBGNUVANCNFSM5DYT57NA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AJFFTNQMBMLZJBY3O5L2TBTUBGNUVA5CNFSM5DYT57NKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4OZOWOUQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/5688",
"url": "https://github.com/bisq-network/bisq/issues/5688",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>