Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

How to Enter Japanese "half-width Katakana" to User's Attribute

KK
Regular Contributor
Regular Contributor

Hi.

In below forum, I got solution to enter Japanese character to user's attribute.
https://forums.saviynt.com/t5/identity-governance/i-can-t-enter-japanese-character-to-first-name-and...

But, I still can't enter Japanese "half-width Katakana" to user's attribute.

Refer to below document,
https://gist.github.com/terrancesnyder/1345094

I set User Regex Validation as below, but I still can't enter Japanese "half-width Katakana".

/[一-龠]+|[ぁ-ゔ]+|[一-龯]+|[ァ-ヴー]+|[a-zA-Z0-9]+|[a-zA-Z0-9]+|[々〆〤ヶ]+|[ァ-ン゙゚]+/u

How to configure User Regex Validation to enter Japanese "half-width Katakana"?

Best Regards,

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

/^[一-龯ぁ-ゔァ-ヴーa-zA-Z0-9々〆〤ヶァ-ン゙゚]+$/u


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

KK
Regular Contributor
Regular Contributor

@rushikeshvartak 
Thank you, I set that.
But, I still can't enter Japanese "half-width Katakana" and I can't enter Japanese Kanji also.

Any other idea?

Best Regards,

/[\u4E00-\u9FAF\u3400-\u4DBF\u3040-\u309F\u30A0-\u30FF\uFF65-\uFF9Fa-zA-Z0-9々〆〤ヶa-zA-Z0-9]+/u


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

KK
Regular Contributor
Regular Contributor

@rushikeshvartak 
Thanks, but still not working..