view src/proto/arabic.pro @ 19450:260de9ec24d0

Added tag v8.2.0282 for changeset f8408ba219827552b5c415b5134bf95e406688d9
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Feb 2020 18:15:06 +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 : */