#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "gd.h"
#include "gdhelpers.h"
#include <stdarg.h>
Go to the source code of this file.
|
int | any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max) |
|
◆ ASCII
◆ ESC
◆ ESCI
◆ EUC
◆ EUCORSJIS
◆ EUCSTR
◆ FALSE
◆ IS_DAKU
Value:((c >= 182 && c <= 196) || (c >= 202 && c <= 206) || (c == 179))
Definition at line 242 of file gdkanji.c.
◆ IS_HANDAKU
◆ LIBNAME
◆ NEC
◆ NEW
◆ NEWJISSTR
◆ OLD
◆ OLDJISSTR
◆ SJIS
◆ SJISSTR
◆ SS2
◆ TRUE
◆ ustrcpy
Value:(strcpy((
char*)(
A),(
const char*)(
B)))
Definition at line 338 of file gdkanji.c.
◆ any2eucjp()
int any2eucjp |
( |
unsigned char * | dest, |
|
|
unsigned char * | src, |
|
|
unsigned int | dest_max ) |