Skip to content

Commit

Permalink
add UNOE
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas committed Aug 6, 2023
1 parent f380948 commit c577183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EDI/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class Parser
'UNOA' => "/[\x01-\x1F\x80-\xFF]/", // not as restrictive as it should be
'UNOB' => "/[\x01-\x1F\x80-\xFF]/",
'UNOC' => "/[\x01-\x1F\x7F-\x9F]/",
'UNOE' => "/[\x20-\x7E]\xA0-\xFF/"
];

/**
Expand Down

0 comments on commit c577183

Please sign in to comment.