netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
encoding_test.c File Reference
#include <fcntl.h>
#include "afpcmd.h"
#include "afphelper.h"
#include "testhelper.h"

Functions

STATIC void test_western ()
void Encoding_test ()

Variables

static char temp [MAXPATHLEN]
static char * extascii [24]

Function Documentation

◆ Encoding_test()

void Encoding_test ( )

◆ test_western()

STATIC void test_western ( )

Variable Documentation

◆ extascii

char* extascii[24]
static
Initial value:
= {
" ?\"#$%&'",
"()*+,-.?",
"01234567",
"89?;<=>?",
"@ABCDEFG",
"HIJKLMNO",
"PQRSTUVW",
"XYZ[\\]^_",
"`abcdefg",
"hijklmno",
"pqrstuvw",
"xyz{|}~¡",
"¢£¤¥¦§¨©",
"ª«¬­®¯°±",
"²³´µ¶·¸¹",
"º»¼½¾¿ÀÁ",
"ÂÃÄÅÆÇÈÉ",
"ÊËÌÍÎÏÐÑ",
"ÒÓÔÕÖרÙ",
"ÚÛÜÝÞßàá",
"âãäåæçèé",
"êëìíîïðñ",
"òóôõö÷øù",
"úûüýþÿ"
}

◆ temp

char temp[MAXPATHLEN]
static