From 8a92b5348f8cf6769f30237df906ee9ce71ad237 Mon Sep 17 00:00:00 2001 From: Adam Scarr Date: Thu, 10 Aug 2017 22:06:08 +1000 Subject: Unicode safe by default --- state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state.go') diff --git a/state.go b/state.go index 64737dc..8aab3e2 100644 --- a/state.go +++ b/state.go @@ -65,7 +65,7 @@ func UnicodeWhitespace(s *State) { func NewState(input string) *State { return &State{ Input: input, - WS: ASCIIWhitespace, + WS: UnicodeWhitespace, } } -- cgit v1.2.3