summaryrefslogtreecommitdiff
path: root/atari/encoding.h
blob: e2dd4ca4deab042dfa6972538c4db6288f7dc633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef NS_ATARI_ENCODING_H
#define NS_ATARI_ENCODING_H

#include <inttypes.h>
#include <assert.h>
#include <stdbool.h>
#include <windom.h>

#include "css/css.h"
#include "render/font.h"
#include "utils/utf8.h"

utf8_convert_ret local_encoding_to_utf8(const char *string,
				       size_t len,
				       char **result);

int atari_to_ucs4( unsigned char atarichar);

#endif