diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-01-20 10:55:54 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-01-20 10:55:54 +0100 |
commit | b25f0618a1b03c9d5c3eb199593a0eccb8fc367f (patch) | |
tree | 412826412a5523fffa158a8325a88c492fc68ee3 /lib | |
parent | 973d79eae0ff8f00ae284d4457717176e6746695 (diff) | |
parent | 63c94b0a01573df4f0095220b9ebc4d4011eef71 (diff) | |
download | otp-b25f0618a1b03c9d5c3eb199593a0eccb8fc367f.tar.gz otp-b25f0618a1b03c9d5c3eb199593a0eccb8fc367f.tar.bz2 otp-b25f0618a1b03c9d5c3eb199593a0eccb8fc367f.zip |
Merge branch 'egil/cuddle-more-tests' into maint
* egil/cuddle-more-tests:
runtime_tools: Fix utf-8 encoding in LTTng.xml
Handle unicode in path in test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/runtime_tools/doc/src/LTTng.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/doc/src/LTTng.xml b/lib/runtime_tools/doc/src/LTTng.xml index 82a4c79379..7aae5e5c41 100644 --- a/lib/runtime_tools/doc/src/LTTng.xml +++ b/lib/runtime_tools/doc/src/LTTng.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf8" ?> +<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> <header> |