comparison src/mbyte.c @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents 1378bc45ebe5
children 733f0dc510c3 54605ada811b
comparison
equal deleted inserted replaced
2152:b9e314fe473f 2154:7c8c7c95a865
1853 1853
1854 /* 1854 /*
1855 * Convert the character at screen position "off" to a sequence of bytes. 1855 * Convert the character at screen position "off" to a sequence of bytes.
1856 * Includes the composing characters. 1856 * Includes the composing characters.
1857 * "buf" must at least have the length MB_MAXBYTES. 1857 * "buf" must at least have the length MB_MAXBYTES.
1858 * Only to be used when ScreenLinesUC[off] != 0.
1858 * Returns the produced number of bytes. 1859 * Returns the produced number of bytes.
1859 */ 1860 */
1860 int 1861 int
1861 utfc_char2bytes(off, buf) 1862 utfc_char2bytes(off, buf)
1862 int off; 1863 int off;