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/testobj.erl | |
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/testobj.erl')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/testobj.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/testobj.erl b/lib/asn1/test/asn1_SUITE_data/testobj.erl index 8d34a473ae..2cc909c35e 100644 --- a/lib/asn1/test/asn1_SUITE_data/testobj.erl +++ b/lib/asn1/test/asn1_SUITE_data/testobj.erl @@ -639,7 +639,7 @@ run_reset_res() -> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% Kod f�r att s�tta ihop RANAP-meddelanden +%% Code for constructing RANAP messages %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |