diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-10 14:35:18 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-10 14:35:18 +0100 |
commit | 72f4cc4a987d123c0ed909c85b9a05f65cef7202 (patch) | |
tree | 1bc60bc28234d1b7dd050f8b95bebb577da9b736 /src/proto/hangulin.pro | |
parent | e01f4f86cef7bed3cb99b26f9f57d86f6eb5fe1a (diff) | |
download | vim-git-72f4cc4a987d123c0ed909c85b9a05f65cef7202.tar.gz |
patch 7.4.913v7.4.913
Problem: No utf-8 support for the hangul input feature.
Solution: Add utf-8 support. (Namsh)
Diffstat (limited to 'src/proto/hangulin.pro')
-rw-r--r-- | src/proto/hangulin.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/hangulin.pro b/src/proto/hangulin.pro index adfde142f..59e6986bd 100644 --- a/src/proto/hangulin.pro +++ b/src/proto/hangulin.pro @@ -6,4 +6,6 @@ void hangul_input_state_toggle __ARGS((void)); void hangul_keyboard_set __ARGS((void)); int hangul_input_process __ARGS((char_u *s, int len)); void hangul_input_clear __ARGS((void)); +char_u *hangul_string_convert __ARGS((char_u *buf, int *p_len)); +char_u *hangul_composing_buffer_get __ARGS((int *p_len)); /* vim: set ft=c : */ |