You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. decomposeDiacriticalMarks is crucial for systems that only accept ASCII or limited characters, such as On-Premises ActiveDirectory or LDAP setups.
Describe alternatives you've considered
An alternative would be for yannick to write this same function in the way they see fit (most likely will be of higher quality than my code).
Additional context
This is needed for much of the work I am doing. While I did put effort into trying to understand the existing code to the best of my abilities, I am not great at JavaScript and am hoping yannick can review this code and possibly fix it if/where needed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
decomposeDiacriticalMarks
is crucial for systems that only accept ASCII or limited characters, such as On-Premises ActiveDirectory or LDAP setups.Describe the solution you'd like
Review, correct (if necessary), and implement Update TransformEvaluator.ts to include decomposeDiacriticalMarks #89 pull request
The behavior should mimick the behavior outlined in the official SailPoint developer documentation.
Describe alternatives you've considered
An alternative would be for yannick to write this same function in the way they see fit (most likely will be of higher quality than my code).
Additional context
This is needed for much of the work I am doing. While I did put effort into trying to understand the existing code to the best of my abilities, I am not great at JavaScript and am hoping yannick can review this code and possibly fix it if/where needed.
The text was updated successfully, but these errors were encountered: