diff options
author | Björn Gustavsson <[email protected]> | 2013-03-15 16:20:07 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-03-15 16:28:31 +0100 |
commit | 7e1256d82d31ffe67cbb840b631b9ea17e6cf0db (patch) | |
tree | 1b14782d7d5ae0742275839ed89508d5dd6b41f3 /lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config | |
parent | 5f764a80aab1af1bbae170f8819fe3c3393b0cb6 (diff) | |
download | otp-7e1256d82d31ffe67cbb840b631b9ea17e6cf0db.tar.gz otp-7e1256d82d31ffe67cbb840b631b9ea17e6cf0db.tar.bz2 otp-7e1256d82d31ffe67cbb840b631b9ea17e6cf0db.zip |
Eliminate latin1 encoded characters
Characters encoded in latin1 (with no encoding comment) will not
work in R17 since the default encoding will be UTF-8.
The asn1 test suite contains two instances of comments written in
Swedish.
The comment in the .asn1config file is hard to understand and possibly
out-of-date. Since the comment is not essential, simply delete it.
Translate the comment in the other file to English.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config b/lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config index d388f6cd02..0d91e0c3b3 100644 --- a/lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config +++ b/lib/asn1/test/asn1_SUITE_data/PartialDecSeq.asn1config @@ -4,14 +4,6 @@ {selected_decode_F3,['F',fb,b,[1]]}, {selected_decode_F4,['F',fb,d,da,[1],b,a]}, {selected_decode_E1,['E',d,dc,dcc,dcca]}]}}. -%% partial_incomplete_decode tuplen inneh�ller tv� element. Den -%% f�rsta �r bara en nyckel den andra �r en tupel med modulnamnet i -%% en tupel {module,Name} och det andra elementet �r en lista av tupler: -%% D�r varje tupel beskriver en partiell ofullst�ndig dekod. F�rsta -%% elementet i den tupeln �r namnet p� funktionen som ska g�ra den -%% partiella dekodningen. Det andra elementet �r en lista av typnamn/ -%% komponentnamn som �r en sekvens (path) till de element som ej skall -%% avkodas. {exclusive_decode,{'PartialDecSeq', [{decode_F_fb_incomplete,['F',[{fb,[{b,parts},{d,undecoded}]}]]}, {decode_D_incomplete,['D',[{a,undecoded}]]}, |