hclcnx / customizer

App Dev Resources for HCL Connections Customizer
https://opencode4connections.org/
15 stars 28 forks source link

Document accent character conversions and header rule matching #44

Closed hclcnxdev closed 4 years ago

hclcnxdev commented 4 years ago

Added update to indicate that conditions based on user-name require character sets conform to standard ascii 0-255 codes (per RFC 2616 for header values) and thus names with characters outside that range will be converted to standard ascii. This requires the regex value match the converted name string, not the original user profile name string. See last paragraphs of Listing 11.