benhoyt / goawk

A POSIX-compliant AWK interpreter written in Go, with CSV support

Home Page:https://benhoyt.com/writings/goawk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for new \u Unicode escape sequence

benhoyt opened this issue · comments

As per the addition to BWK's awk and Gawk. The \u must be followed by 1-8 hex digits. (Look up references/sources, perhaps in the BWK awk source code and/or the Gawk manual.)