2.12.2 caused it to always send &ver=1 when posting an entry.
If you do that, you probably want to check that the entry text you're sending is valid UTF-8 before sending it. (From what I gather, one thing about jlj is that you basically have to trust that whatever editor the user used saved it in UTF-8.) &ver=1 says to the server that you can and will speak UTF-8 to it, including for the entry text. I'm not quite sure what would happen if you sent high characters that aren't UTF-8.
no subject
2.12.2 caused it to always send &ver=1 when posting an entry.
If you do that, you probably want to check that the entry text you're sending is valid UTF-8 before sending it. (From what I gather, one thing about jlj is that you basically have to trust that whatever editor the user used saved it in UTF-8.) &ver=1 says to the server that you can and will speak UTF-8 to it, including for the entry text. I'm not quite sure what would happen if you sent high characters that aren't UTF-8.
(Apologies if you already do this!)