PPChoiceParser.st
changeset 642 77d5fddb6462
parent 377 6112a403a52d
--- a/PPChoiceParser.st	Sat Mar 19 00:12:47 2016 +0100
+++ b/PPChoiceParser.st	Wed Nov 14 13:01:14 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/petitparser' }"
 
 PPListParser subclass:#PPChoiceParser
@@ -39,6 +41,6 @@
 !
 
 version_SVN
-    ^ '§Id: PPChoiceParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
+    ^ '§Id: PPChoiceParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !