[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Allow inserting non-BMP characters
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] Allow inserting non-BMP characters |
Date: |
Sun, 07 Jan 2018 19:40:51 +0200 |
> From: Philipp Stephani <address@hidden>
> Date: Sun, 07 Jan 2018 15:51:55 +0000
> Cc: address@hidden, address@hidden, address@hidden
>
> From aa1d5b2600c5ef0a76c8525462ea88db2a2fa25c Mon Sep 17 00:00:00 2001
> From: Philipp Stephani <address@hidden>
> Date: Mon, 25 Dec 2017 22:00:00 +0100
> Subject: [PATCH] Allow inserting non-BMP characters
>
> * src/coding.h (UTF_16_HIGH_SURROGATE_P, UTF_16_LOW_SURROGATE_P): Move
> from coding.c and document.
> (surrogates_to_codepoint): New function.
>
> * src/nsterm.m (insertText:): Properly handle surrogate pairs.
This is fine with me, thanks.