We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
encoding_to_xmlm_encoding
1 parent 762ae17 commit 9269a37Copy full SHA for 9269a37
src/xmlt.ml
@@ -10,5 +10,5 @@ type encoding = [ `UTF_8 | `UTF_16 | `UTF_16BE | `UTF_16LE ]
10
let encoding_to_xmlm_encoding : encoding -> Xmlm.encoding = function
11
| `UTF_8 -> `UTF_8
12
| `UTF_16 -> `UTF_16
13
- | `UTF_16BE -> `UTF_16LE
14
- | `UTF_16LE -> `UTF_16BE
+ | `UTF_16LE -> `UTF_16LE
+ | `UTF_16BE -> `UTF_16BE
0 commit comments