ANSI
Conversion replaces unsafe characters with a percent (%) followed by 2 hexadecimal digits. For example, space becomes %20. Thus:- Characters up to 0x7F (127) are passed along unmodified
- Characters from 0x7F to 0xFF are encoded
URL encoding in web panels
Related topics
Enum UrlEncodingEnum values for UrlEncodingNSWebPanelEntityurlencodingTaskMenu tableBuilding web panels