]> git.ipfire.org Git - thirdparty/gettext.git/commit
c#: Recognize Unicode surrogate character pair
authorDaiki Ueno <ueno@gnu.org>
Mon, 1 Dec 2014 04:39:30 +0000 (13:39 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 1 Dec 2014 04:44:49 +0000 (13:44 +0900)
commit6aad665c4854f6dd4039bdb592f95037e9c30cb7
treebf4cafa0e218dcde74522c653bf875a84075b603
parenta177266e925c28d954c1e181c90507a01b7ff35a
c#: Recognize Unicode surrogate character pair

* x-csharp.c (accumulate_escaped): Change the first argument type
from 'struct string_buffer *' to 'struct mixed_string_buffer *',
for Unicode surrogate character pair handling; all callers
changed.  Reported by Petr Kadlec at:
<https://savannah.gnu.org/bugs/?32505>.
gettext-tools/src/ChangeLog
gettext-tools/src/x-csharp.c