Skip to content

Commit c577183

Browse files
committed
add UNOE
1 parent f380948 commit c577183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/EDI/Parser.php

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class Parser
107107
'UNOA' => "/[\x01-\x1F\x80-\xFF]/", // not as restrictive as it should be
108108
'UNOB' => "/[\x01-\x1F\x80-\xFF]/",
109109
'UNOC' => "/[\x01-\x1F\x7F-\x9F]/",
110+
'UNOE' => "/[\x20-\x7E]\xA0-\xFF/"
110111
];
111112

112113
/**

0 commit comments

Comments
 (0)