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
Some YUL primary names have "\u200f" hiding in them, this prevents name reconciliation to name indices. We can remove them during reconciliation, but leave them in the source records in case they're necessary. There may be other invisible unicodes than this occurring, so fix should use regex to check for them.
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
Additional Tasks
Add line in base reconciler to find and replace this unicode string.
The text was updated successfully, but these errors were encountered:
kkdavis14
changed the title
[Bug]: Extract_Names Function in Base Reconciler Should Remove RLM Unicode
[Bug]: Extract_Names Function in Base Reconciler Should Remove Invisible Unicode
Dec 12, 2024
Priority Level
Medium
What happened?
Some YUL primary names have "\u200f" hiding in them, this prevents name reconciliation to name indices. We can remove them during reconciliation, but leave them in the source records in case they're necessary. There may be other invisible unicodes than this occurring, so fix should use regex to check for them.
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
Additional Tasks
The text was updated successfully, but these errors were encountered: