Skip to content

Commit

Permalink
Add a comment for checking UCS-4 in for Python
Browse files Browse the repository at this point in the history
Co-Authored-By: qiuzhong <[email protected]>
  • Loading branch information
foolip and qiuzhong authored Oct 24, 2018
1 parent 00b6193 commit b5b38b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/build-css-testsuites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ main() {
exit 1
fi

# The maximum Unicode code point is U+10FFFF = 1114111
if [ `$PYTHON -c 'import sys; print(sys.maxunicode)'` != "1114111" ]; then
echo "UCS-4 support for Python is required"
exit 1
Expand Down

0 comments on commit b5b38b0

Please sign in to comment.