view src/proto/arabic.pro @ 17495:dafdaaa10d63

Added tag v8.1.1745 for changeset c8df7f8ccdf8caf37dcdce90084809b1de2d48db
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jul 2019 19:15:05 +0200
parents 473fbdb2717c
children
line wrap: on
line source

/* arabic.c */
int arabic_maycombine(int two);
int arabic_combine(int one, int two);
int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c);
/* vim: set ft=c : */