view src/proto/arabic.pro @ 26425:976b5fc1ff82

Added tag v8.2.3743 for changeset f6ca4276c4cc31df5a8f1c30965f714a91f994c7
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 14:15:03 +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 : */