]> git.ipfire.org Git - thirdparty/gettext.git/commit
javascript: Simplify Unicode character escape handling
authorDaiki Ueno <ueno@gnu.org>
Thu, 27 Nov 2014 09:32:23 +0000 (18:32 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 27 Nov 2014 09:32:23 +0000 (18:32 +0900)
commitc412fc08868f583b8ae0a09bdb2699164849aa4c
tree189ea5767c5946185b9d0f96c6fd9ee2a048c175
parent9fd75cf6188e6f128da7e30bcc2c3d1c63f0312d
javascript: Simplify Unicode character escape handling

ECMA-262 only supports "\uXXXX" style Unicode character escape and
we don't need extra space for character names.
* x-javascript.c: Don't include "uniname.h".
(phase2_pushback): Decrease to 5.  Don't refer to UNINAME_MAX.
gettext-tools/src/ChangeLog
gettext-tools/src/x-javascript.c