dump1090/ais_charset.c
Sebastian 64af7caae5 Updated to nixos 26.05
Change array initializers to shut up -Wno-unterminated-string-initialization
2026-05-30 20:08:31 +02:00

8 lines
503 B
C

#include "ais_charset.h"
char ais_charset[64] = {'@', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J',
'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U',
'V', 'W', 'X', 'Y', 'Z', '[', '\\', ']', '^', '_', ' ',
'!', '\"', '#', '$', '%', '&', '\'', '(', ')', '*', '+',
',', '-', '.', '/', '0', '1', '2', '3', '4', '5', '6',
'7', '8', '9', ':', ';', '<', '=', '>', '?'};