wmo-im / pywcmp

pywcmp provides validation and quality assessment capabilities for the WMO WIS Core Metadata Profile (WCMP)
https://community.wmo.int/activity-areas/wis
Other
9 stars 8 forks source link

use isascii for testing non-printable characters (#62) #63

Closed tomkralidis closed 2 years ago

tomkralidis commented 2 years ago

Fixes #62

cc @david-i-berry

tomkralidis commented 2 years ago

Thanks @josusky. We do some tokenizing of the title earlier in KPI 2. I've updated the PR to check for alnum for each word in the title as you suggest, for review/comment.