view src/proto/arabic.pro @ 18801:484c63777038

Added tag v8.1.2388 for changeset f41b55f9357ca8db819eb9ad1594d7efb64c044e
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Dec 2019 22:00:04 +0100
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 : */