-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when '_' is in the asn file #94
Comments
the python code is here: import asn1tools asn1tools.compile_files('new.asn','uper') |
Thanks for the good description of the issue. I'm afraid that |
Thanks for your kind reply, but when I put this asn file to the https://asn1.io/asn1playground/, it can pass the compiling and encoding, which seems the '_' is allowed in ASN.1. Could you just make another try on the website? Below are the asn file and the value of it, thanks. World-Schema DEFINITIONS AUTOMATIC TAGS ::= Test ::= SEQUENCE{ value Asn1test ::= { |
Hi! Please read the ASN.1 specification and tell me where is says that |
When I was using your asn1tools on python3.7.4, I found if there is a ‘_’ in the asn file, the IDLE will raise an error. I attach a script below, hoping for your help , thanks.
new.zip
The text was updated successfully, but these errors were encountered: