NaviServer - programmable web server


[ Main Table Of Contents | Table Of Contents | Keyword Index ]

ns_uudecode(n) 4.99.3 naviserver "NaviServer Built-in Commands"

Name

ns_uudecode - Binary-to-text decoding using "htuu" encoding

Table Of Contents

Synopsis

Description

This command performs a binary-to-text decoding on string. NOTE: This is HTTP-style uuencoding/uudecoding which is sometimes called "htuu" (see

ns_uudecode string

EXAMPLES

oss2:nscp 7> ns_uuencode test
dGVzdA==
oss2:nscp 6> ns_uudecode dGVzdA==
test