view src/proto/arabic.pro @ 27707:220d58c1748b

Added tag v8.2.4379 for changeset 17cd22b7151b62a36becb18f638db7d8c2f56235
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 16: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 : */