Brian Kernighan has added Unicode support to Awk. The implementation uses UTF-32, which is a fixed-size encoding for Unicode code points. This choice is unexpected, as many systems choose to work entirely in UTF-8. The addition of Unicode support is a significant update to the Awk programming language.