Bug 65948

Summary: What is the purpose of 'decode' before the subject ENCODE_TO_ASCII
Product: APR Reporter: Sumonto Ghosh <sumonto.ghosh>
Component: APRAssignee: Apache Portable Runtime bugs mailinglist <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.1   

Description Sumonto Ghosh 2022-03-10 06:59:30 UTC
apr-1.7.0/include/private/apr_encode_private.h
72:#define decode ENCODE_TO_ASCII(ch)  convert_e2a[(unsigned char)ch]

Pls explain what 'decode' is/does

thanks
Sumonto