[ Table Of Contents | Keyword Index ]

ns_uuencode(n) 4.99 "NaviServer Built-in Commands"

NAME

ns_uuencode - Binary-to-text encoding using "htuu" encoding

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    EXAMPLES

SYNOPSIS

ns_uuencode string

DESCRIPTION

This command performs a binary-to-text encoding on string. The encoded string will be approximately 33% longer than the original. NOTE: This is HTTP-style uuencoding/uudecoding which is sometimes called "htuu" (see

ns_uuencode string

EXAMPLES

 

oss2:nscp 7> ns_uuencode test
dGVzdA==

oss2:nscp 6> ns_uudecode dGVzdA==
test