Bug 65948 - What is the purpose of 'decode' before the subject ENCODE_TO_ASCII
Summary: What is the purpose of 'decode' before the subject ENCODE_TO_ASCII
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: HEAD
Hardware: PC Mac OS X 10.1
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-10 06:59 UTC by Sumonto Ghosh
Modified: 2022-03-10 06:59 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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